2
0
mirror of https://github.com/xcat2/xNBA.git synced 2026-09-22 09:32:23 +00:00

Bump version number

This commit is contained in:
Jarrod Johnson
2011-09-20 11:21:46 -04:00
parent 66d0d229fe
commit 36becca46a
+1 -1
View File
@@ -156,7 +156,7 @@ install :
#
VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_PATCH = 2
VERSION_PATCH = 3
EXTRAVERSION = -$(shell date +%y%m%d)
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)