mirror of
https://github.com/CTCaer/hekate
synced 2024-11-16 00:49:27 +00:00
Bump version to v4.2
This commit is contained in:
parent
04ac8ebd43
commit
fac8db4238
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules
|
|||
|
||||
TARGET := hekate
|
||||
BLVERSION_MAJOR := 4
|
||||
BLVERSION_MINOR := 1
|
||||
BLVERSION_MINOR := 2
|
||||
BUILD := build
|
||||
OUTPUT := output
|
||||
SOURCEDIR = bootloader
|
||||
|
|
|
@ -3265,7 +3265,7 @@ ment_t ment_top[] = {
|
|||
};
|
||||
menu_t menu_top = {
|
||||
ment_top,
|
||||
"hekate - CTCaer mod v4.1", 0, 0
|
||||
"hekate - CTCaer mod v4.2", 0, 0
|
||||
};
|
||||
|
||||
extern void pivot_stack(u32 stack_top);
|
||||
|
|
Loading…
Reference in a new issue