From be09b68532cd825f0b7dbc4de37d44db4b994629 Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Sat, 9 Mar 2019 00:12:08 +0200 Subject: [PATCH] Bump version to v4.9 --- Makefile | 2 +- bootloader/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 899a0d8..65ac763 100755 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 IPL_MAGIC := 0x43544349 #"ICTC" BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 8 +BLVERSION_MINOR := 9 BLVERSION_HOTFX := 0 BL_RESERVED := 0 diff --git a/bootloader/main.c b/bootloader/main.c index 2f5c18f..90d631d 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1119,7 +1119,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.8", 0, 0 + "hekate - CTCaer mod v4.9", 0, 0 }; #define IPL_STACK_TOP 0x90010000