Bump hekate to v6.3.0 and Nyx to v1.7.0

This commit is contained in:
CTCaer
2025-04-30 09:28:34 +03:00
parent ff2b275794
commit 47f8f3d6da
2 changed files with 6 additions and 6 deletions

View File

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