From 4781dc2ab4183b629cbb48890874a9e9e40a928f Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Mon, 17 Dec 2018 02:31:44 +0200 Subject: [PATCH] Bump version to v4.6 --- Makefile | 2 +- bootloader/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 4b67210..570d18f 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules TARGET := hekate BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 5 +BLVERSION_MINOR := 6 BUILD := build OUTPUT := output SOURCEDIR = bootloader diff --git a/bootloader/main.c b/bootloader/main.c index c931689..3e0348d 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1141,7 +1141,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.5", 0, 0 + "hekate - CTCaer mod v4.6", 0, 0 }; extern void pivot_stack(u32 stack_top);