From c99ea77dafdd349c627da80733b5ae18c07e7db0 Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Wed, 19 Sep 2018 17:58:26 +0300 Subject: [PATCH] Bump version to v4.1 --- Makefile | 2 +- bootloader/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 00dc31c..b085874 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules TARGET := hekate BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 0 +BLVERSION_MINOR := 1 BUILD := build OUTPUT := output SOURCEDIR = bootloader diff --git a/bootloader/main.c b/bootloader/main.c index 4ce77f9..c3cdb4f 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -3222,7 +3222,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.0", 0, 0 + "hekate - CTCaer mod v4.1", 0, 0 }; extern void pivot_stack(u32 stack_top);