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.6+ post release

This commit is contained in:
Marty Connor 2008-11-23 17:01:17 -05:00
parent 74b7bc0954
commit 708e6e0613
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
0.9.6 2008-11-23
0.9.6+ 2008-11-23

View File

@ -116,7 +116,7 @@ install :
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_PATCH = 6
EXTRAVERSION =
EXTRAVERSION = +
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)
CFLAGS += -DVERSION_MAJOR=$(VERSION_MAJOR) \