diff --git a/Makefile b/Makefile index 899a0d8..65ac763 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 IPL_MAGIC := 0x43544349 #"ICTC" BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 8 +BLVERSION_MINOR := 9 BLVERSION_HOTFX := 0 BL_RESERVED := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 2f5c18f..90d631d 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1119,7 +1119,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.8", 0, 0 + "hekate - CTCaer mod v4.9", 0, 0 }; #define IPL_STACK_TOP 0x90010000