From 4a9f29e0cb5ece77dcecca5c1ba41cd5a1ca2750 Mon Sep 17 00:00:00 2001 From: ApacheThunder Date: Wed, 25 Apr 2018 20:06:28 -0500 Subject: [PATCH] Update Version String --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) #---------------------------------------------------------------------------------