mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-09 12:01:45 +00:00
Bump version to v5.0.0
This commit is contained in:
parent
c41f98039c
commit
01e2302f84
2 changed files with 4 additions and 4 deletions
6
Makefile
6
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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue