From 47f8f3d6da7e06892e4637a3080e1ee75785a387 Mon Sep 17 00:00:00 2001 From: CTCaer Date: Wed, 30 Apr 2025 09:28:34 +0300 Subject: [PATCH] Bump hekate to v6.3.0 and Nyx to v1.7.0 --- Versions.inc | 8 ++++---- bootloader/main.c | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Versions.inc b/Versions.inc index f4d3be6..603ed7d 100644 --- a/Versions.inc +++ b/Versions.inc @@ -1,11 +1,11 @@ # IPL Version. BLVERSION_MAJOR := 6 -BLVERSION_MINOR := 2 -BLVERSION_HOTFX := 2 +BLVERSION_MINOR := 3 +BLVERSION_HOTFX := 0 BLVERSION_REL := 0 # Nyx Version. NYXVERSION_MAJOR := 1 -NYXVERSION_MINOR := 6 -NYXVERSION_HOTFX := 4 +NYXVERSION_MINOR := 7 +NYXVERSION_HOTFX := 0 NYXVERSION_REL := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 14b1015..6e123d2 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -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);