Bump version to v4.5

This commit is contained in:
Kostas Missos 2018-12-02 11:12:19 +02:00
parent 22e179d1cf
commit 20040ae70f
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 := 2
BLVERSION_MINOR := 5
BUILD := build
OUTPUT := output
SOURCEDIR = bootloader

View file

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