Bump hekate to v5.6.2

This commit is contained in:
CTCaer 2021-09-20 11:45:58 +03:00
parent 05c989a1ce
commit 0160df7fb9
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# IPL Version.
BLVERSION_MAJOR := 5
BLVERSION_MINOR := 6
BLVERSION_HOTFX := 1
BLVERSION_HOTFX := 2
BLVERSION_RSVD := 0
# Nyx Version.

View file

@ -1474,7 +1474,7 @@ ment_t ment_top[] = {
MDEF_END()
};
menu_t menu_top = { ment_top, "hekate v5.6.1", 0, 0 };
menu_t menu_top = { ment_top, "hekate v5.6.2", 0, 0 };
extern void pivot_stack(u32 stack_top);