Skip to content

Commit

Permalink
Bump version to v4.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed Mar 9, 2019
1 parent da1bb77 commit ff9671c
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 @@ -10,7 +10,7 @@ IPL_LOAD_ADDR := 0x40008000
IPL_MAGIC := 0x43544349 #"ICTC"
BLVERSION_MAJOR := 4
BLVERSION_MINOR := 9
BLVERSION_HOTFX := 0
BLVERSION_HOTFX := 1

BL_RESERVED := 0

Expand Down
2 changes: 1 addition & 1 deletion bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1119,7 +1119,7 @@ ment_t ment_top[] = {
};
menu_t menu_top = {
ment_top,
"hekate - CTCaer mod v4.9", 0, 0
"hekate - CTCaer mod v4.9.1", 0, 0
};

#define IPL_STACK_TOP 0x90010000
Expand Down

0 comments on commit ff9671c

Please sign in to comment.