2
0
mirror of https://github.com/xcat2/xNBA.git synced 2024-11-23 10:01:47 +00:00

Version increased to 5.5.0

This commit is contained in:
Michael Brown 2005-05-19 16:07:13 +00:00
parent f88c0d42d5
commit 1a44618859

View File

@ -10,8 +10,8 @@ CLEANUP := $(BIN)/*.* # *.* to avoid catching the "CVS" directory
# Version number calculations
#
VERSION_MAJOR = 5
VERSION_MINOR = 3
VERSION_PATCH = 14
VERSION_MINOR = 5
VERSION_PATCH = 0
EXTRAVERSION =
MM_VERSION = $(VERSION_MAJOR).$(VERSION_MINOR)
VERSION = $(MM_VERSION).$(VERSION_PATCH)$(EXTRAVERSION)