Skip to content

Commit

Permalink
Bump version to v4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Dec 17, 2018
1 parent e779e53 commit 4781dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 4781dc2

Please sign in to comment.