Returning revion number to 0 to signify CVS version

This commit is contained in:
Robert Osfield
2006-09-13 16:38:17 +00:00
parent ebd2bb6a19
commit 6f3962f42d

View File

@@ -53,7 +53,7 @@ MAKEDEPEND = ignore
VERSION_MAJOR = 1
VERSION_MINOR = 2
VERSION_RELEASE = 0
VERSION_REVISION ?= 1
VERSION_REVISION ?= 0
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)
endif