diff --git a/Makefile b/Makefile index 2ff7e0f..ed8f42c 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 6 +BLVERSION_MINOR := 8 TARGET := hekate BUILD := build diff --git a/bootloader/main.c b/bootloader/main.c index 6723469..629c8b5 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1259,7 +1259,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.6", 0, 0 + "hekate - CTCaer mod v4.8", 0, 0 }; extern void pivot_stack(u32 stack_top);