mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-22 18:06:40 +00:00
Bump version to v4.9.1
This commit is contained in:
parent
da1bb77d8e
commit
ff9671c481
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -10,7 +10,7 @@ IPL_LOAD_ADDR := 0x40008000
|
||||||
IPL_MAGIC := 0x43544349 #"ICTC"
|
IPL_MAGIC := 0x43544349 #"ICTC"
|
||||||
BLVERSION_MAJOR := 4
|
BLVERSION_MAJOR := 4
|
||||||
BLVERSION_MINOR := 9
|
BLVERSION_MINOR := 9
|
||||||
BLVERSION_HOTFX := 0
|
BLVERSION_HOTFX := 1
|
||||||
|
|
||||||
BL_RESERVED := 0
|
BL_RESERVED := 0
|
||||||
|
|
||||||
|
|
|
@ -1119,7 +1119,7 @@ ment_t ment_top[] = {
|
||||||
};
|
};
|
||||||
menu_t menu_top = {
|
menu_t menu_top = {
|
||||||
ment_top,
|
ment_top,
|
||||||
"hekate - CTCaer mod v4.9", 0, 0
|
"hekate - CTCaer mod v4.9.1", 0, 0
|
||||||
};
|
};
|
||||||
|
|
||||||
#define IPL_STACK_TOP 0x90010000
|
#define IPL_STACK_TOP 0x90010000
|
||||||
|
|
Loading…
Reference in a new issue