Bump version to v4.1

This commit is contained in:
Kostas Missos 2018-09-19 17:58:26 +03:00
parent 4ad7aedbaf
commit c99ea77daf
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules
TARGET := hekate
BLVERSION_MAJOR := 4
BLVERSION_MINOR := 0
BLVERSION_MINOR := 1
BUILD := build
OUTPUT := output
SOURCEDIR = bootloader

View file

@ -3222,7 +3222,7 @@ ment_t ment_top[] = {
};
menu_t menu_top = {
ment_top,
"hekate - CTCaer mod v4.0", 0, 0
"hekate - CTCaer mod v4.1", 0, 0
};
extern void pivot_stack(u32 stack_top);