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