2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-22 09:31:51 +00:00

[release] Update version to 0.9.5+ post release

This commit is contained in:
Marty Connor 2008-10-01 13:46:16 -04:00
parent 8c3e95ce42
commit 60c3b69c31
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.9.5 2008-10-01
0.9.5+ 2008-10-01

View File

@ -12,7 +12,7 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 5
EXTRAVERSION =
EXTRAVERSION = +
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \