mirror of
https://github.com/CTCaer/hekate.git
synced 2024-11-05 11:27:09 +00:00
Bump version to v4.6
This commit is contained in:
parent
e779e53406
commit
4781dc2ab4
2
Makefile
2
Makefile
@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules
|
||||
|
||||
TARGET := hekate
|
||||
BLVERSION_MAJOR := 4
|
||||
BLVERSION_MINOR := 5
|
||||
BLVERSION_MINOR := 6
|
||||
BUILD := build
|
||||
OUTPUT := output
|
||||
SOURCEDIR = bootloader
|
||||
|
@ -1141,7 +1141,7 @@ ment_t ment_top[] = {
|
||||
};
|
||||
menu_t menu_top = {
|
||||
ment_top,
|
||||
"hekate - CTCaer mod v4.5", 0, 0
|
||||
"hekate - CTCaer mod v4.6", 0, 0
|
||||
};
|
||||
|
||||
extern void pivot_stack(u32 stack_top);
|
||||
|
Loading…
Reference in New Issue
Block a user