Bump version to v4.6

This commit is contained in:
Kostas Missos 2018-12-17 02:31:44 +02:00
parent e779e53406
commit 4781dc2ab4
2 changed files with 2 additions and 2 deletions

View file

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

View file

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