From 9e1b2ee5731194eb2fd778866ffc3bb76edae2ea Mon Sep 17 00:00:00 2001 From: CTCaer Date: Fri, 29 Mar 2024 13:43:02 +0200 Subject: [PATCH] Bump hekate to v6.1.1 and Nyx to v1.6.1 --- Versions.inc | 4 ++-- bootloader/main.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Versions.inc b/Versions.inc index d2066ea..c81c592 100644 --- a/Versions.inc +++ b/Versions.inc @@ -1,11 +1,11 @@ # IPL Version. BLVERSION_MAJOR := 6 BLVERSION_MINOR := 1 -BLVERSION_HOTFX := 0 +BLVERSION_HOTFX := 1 BLVERSION_RSVD := 0 # Nyx Version. NYXVERSION_MAJOR := 1 NYXVERSION_MINOR := 6 -NYXVERSION_HOTFX := 0 +NYXVERSION_HOTFX := 1 NYXVERSION_RSVD := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 933aac3..65e2714 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1478,7 +1478,7 @@ ment_t ment_top[] = { MDEF_END() }; -menu_t menu_top = { ment_top, "hekate v6.1.0", 0, 0 }; +menu_t menu_top = { ment_top, "hekate v6.1.1", 0, 0 }; extern void pivot_stack(u32 stack_top);