From 099dc0e67ba02218562a68fdffc7d6f774efc137 Mon Sep 17 00:00:00 2001 From: jimzrt Date: Fri, 4 Oct 2019 20:53:36 +0200 Subject: [PATCH] bump version --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 09bfe27..a8c8844 100644 --- a/Makefile +++ b/Makefile @@ -10,12 +10,12 @@ include $(DEVKITARM)/base_rules IPL_LOAD_ADDR := 0x40003000 LPVERSION_MAJOR := 0 -LPVERSION_MINOR := 0 -LPVERSION_BUGFX := 2 +LPVERSION_MINOR := 1 +LPVERSION_BUGFX := 0 ################################################################################ -TARGET := Incognito_RCM_new +TARGET := Incognito_RCM BUILDDIR := build OUTPUTDIR := output SOURCEDIR = source