diff --git a/Makefile b/Makefile index b085874..0559e9c 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules TARGET := hekate BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 1 +BLVERSION_MINOR := 2 BUILD := build OUTPUT := output SOURCEDIR = bootloader diff --git a/bootloader/main.c b/bootloader/main.c index 0f8c2cd..c7f3761 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -3265,7 +3265,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.1", 0, 0 + "hekate - CTCaer mod v4.2", 0, 0 }; extern void pivot_stack(u32 stack_top);