Update Version String

This commit is contained in:
ApacheThunder 2018-04-25 20:06:28 -05:00
parent 18121ee763
commit 4a9f29e0cb

View File

@ -10,8 +10,8 @@ include $(DEVKITARM)/ds_rules
export TARGET := NTR_Launcher
export TOPDIR := $(CURDIR)
export VERSION_MAJOR := 1
export VERSION_MINOR := 99
export VERSION_MAJOR := 2
export VERSION_MINOR := 0
export VERSTRING := $(VERSION_MAJOR).$(VERSION_MINOR)
#---------------------------------------------------------------------------------