Bump hekate to v6.5.0 and Nyx to v1.9.0

This commit is contained in:
CTCaer
2026-01-14 05:10:05 +02:00
parent 8b8c9e8dd8
commit 3af777f839
7 changed files with 19 additions and 13 deletions

View File

@@ -1329,7 +1329,7 @@ static void _about()
{
static const char credits[] =
"\nhekate (c) 2018, naehrwert, st4rk\n\n"
" (c) 2018-2025, CTCaer\n\n"
" (c) 2018-2026, CTCaer\n\n"
" ___________________________________________\n\n"
"Thanks to: %kderrek, nedwill, plutoo,\n"
" shuffle2, smea, thexyz, yellows8%k\n"
@@ -1426,7 +1426,7 @@ ment_t ment_top[] = {
MDEF_END()
};
menu_t menu_top = { ment_top, "hekate v6.4.2", 0, 0 };
menu_t menu_top = { ment_top, "hekate v6.5.0", 0, 0 };
extern void pivot_stack(u32 stack_top);