diff --git a/Makefile b/Makefile index 5fead3c..09d6ca5 100755 --- a/Makefile +++ b/Makefile @@ -9,9 +9,9 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 NYX_STORAGE_ADDR := 0xED000000 IPL_MAGIC := 0x43544349 #"ICTC" -BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 10 -BLVERSION_HOTFX := 1 +BLVERSION_MAJOR := 5 +BLVERSION_MINOR := 0 +BLVERSION_HOTFX := 0 BL_RESERVED := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 9cfe0a0..5bb96fe 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1210,7 +1210,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate - CTCaer mod v4.10.1", 0, 0 }; +menu_t menu_top = { ment_top, "hekate - CTCaer mod v5.0.0", 0, 0 }; #define IPL_STACK_TOP 0x90010000 #define IPL_HEAP_START 0x90020000