From 3b9bf650713896e5a16106bde927fdf2d54f5438 Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Sun, 24 Feb 2019 03:09:07 +0200 Subject: [PATCH] Bump version to v4.8 --- Makefile | 2 +- bootloader/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2ff7e0f..ed8f42c 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40008000 BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 6 +BLVERSION_MINOR := 8 TARGET := hekate BUILD := build diff --git a/bootloader/main.c b/bootloader/main.c index 6723469..629c8b5 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1259,7 +1259,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.6", 0, 0 + "hekate - CTCaer mod v4.8", 0, 0 }; extern void pivot_stack(u32 stack_top);