Skip to content

Commit

Permalink
Update version string
Browse files Browse the repository at this point in the history
Update version data in Makefle...
  • Loading branch information
ApacheThunder committed Jul 9, 2018
1 parent 5cddea4 commit 9f27ebd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export TARGET := NTR_Launcher
export TOPDIR := $(CURDIR)

export VERSION_MAJOR := 2
export VERSION_MINOR := 1
export VERSION_MINOR := 2
export VERSTRING := $(VERSION_MAJOR).$(VERSION_MINOR)

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

0 comments on commit 9f27ebd

Please sign in to comment.