From 01e2302f84e27719a25996eaf5d96d1da8aeb094 Mon Sep 17 00:00:00 2001 From: "ctcaer@gmail.com" Date: Sun, 30 Jun 2019 04:03:42 +0300 Subject: [PATCH] Bump version to v5.0.0 --- Makefile | 6 +++--- bootloader/main.c | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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