From 20040ae70ff8abbe8e335551aad9cd7300f1011c Mon Sep 17 00:00:00 2001 From: Kostas Missos Date: Sun, 2 Dec 2018 11:12:19 +0200 Subject: [PATCH] Bump version to v4.5 --- Makefile | 2 +- bootloader/main.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c144680..7d45fab 100755 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ include $(DEVKITARM)/base_rules TARGET := hekate BLVERSION_MAJOR := 4 -BLVERSION_MINOR := 2 +BLVERSION_MINOR := 5 BUILD := build OUTPUT := output SOURCEDIR = bootloader diff --git a/bootloader/main.c b/bootloader/main.c index 09bbde9..5f3f10c 100644 --- a/bootloader/main.c +++ b/bootloader/main.c @@ -1138,7 +1138,7 @@ ment_t ment_top[] = { }; menu_t menu_top = { ment_top, - "hekate - CTCaer mod v4.2", 0, 0 + "hekate - CTCaer mod v4.5", 0, 0 }; extern void pivot_stack(u32 stack_top);