Returned revision number to 0, for main development work

This commit is contained in:
Robert Osfield 2003-10-02 14:46:07 +00:00
parent 1af9f7f82a
commit eae83d6a4e

View File

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