Skip to content

Commit

Permalink
Update Version String
Browse files Browse the repository at this point in the history
  • Loading branch information
ApacheThunder committed Apr 26, 2018
1 parent 18121ee commit 4a9f29e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -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)

#---------------------------------------------------------------------------------
Expand Down

0 comments on commit 4a9f29e

Please sign in to comment.