diff --git a/Makefile b/Makefile index 853f1da..94802bd 100755 --- a/Makefile +++ b/Makefile @@ -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) #---------------------------------------------------------------------------------