1
0
Fork 0
mirror of https://github.com/CTCaer/hekate.git synced 2024-09-18 21:13:35 +01:00

Bump version to v5.0.0

This commit is contained in:
ctcaer@gmail.com 2019-06-30 04:03:42 +03:00
parent c41f98039c
commit 01e2302f84
2 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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