Skip to content

Commit

Permalink
Bump hekate to v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
CTCaer committed May 9, 2023
1 parent e896d38 commit 937ab52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Versions.inc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# IPL Version.
BLVERSION_MAJOR := 6
BLVERSION_MINOR := 0
BLVERSION_HOTFX := 3
BLVERSION_HOTFX := 4
BLVERSION_RSVD := 0

# Nyx Version.
Expand Down
2 changes: 1 addition & 1 deletion bootloader/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@ ment_t ment_top[] = {
MDEF_END()
};

menu_t menu_top = { ment_top, "hekate v6.0.3", 0, 0 };
menu_t menu_top = { ment_top, "hekate v6.0.4", 0, 0 };

extern void pivot_stack(u32 stack_top);

Expand Down

0 comments on commit 937ab52

Please sign in to comment.