mirror of
https://github.com/Scandal-UK/Incognito_RCM.git
synced 2024-11-10 06:01:56 +00:00
bump version
This commit is contained in:
parent
b443280341
commit
099dc0e67b
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
@ -10,12 +10,12 @@ include $(DEVKITARM)/base_rules
|
||||||
|
|
||||||
IPL_LOAD_ADDR := 0x40003000
|
IPL_LOAD_ADDR := 0x40003000
|
||||||
LPVERSION_MAJOR := 0
|
LPVERSION_MAJOR := 0
|
||||||
LPVERSION_MINOR := 0
|
LPVERSION_MINOR := 1
|
||||||
LPVERSION_BUGFX := 2
|
LPVERSION_BUGFX := 0
|
||||||
|
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
TARGET := Incognito_RCM_new
|
TARGET := Incognito_RCM
|
||||||
BUILDDIR := build
|
BUILDDIR := build
|
||||||
OUTPUTDIR := output
|
OUTPUTDIR := output
|
||||||
SOURCEDIR = source
|
SOURCEDIR = source
|
||||||
|
|
Loading…
Reference in a new issue