diff --git a/Makefile b/Makefile index 65ac763..afccf47 100755 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ IPL_LOAD_ADDR := 0x40008000 IPL_MAGIC := 0x43544349 #"ICTC" BLVERSION_MAJOR := 4 BLVERSION_MINOR := 9 -BLVERSION_HOTFX := 0 +BLVERSION_HOTFX := 1 BL_RESERVED := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 90d631d..dd183ea 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.9", 0, 0 + "hekate - CTCaer mod v4.9.1", 0, 0 }; #define IPL_STACK_TOP 0x90010000