Updated version for 1.2 release

This commit is contained in:
Robert Osfield 2006-09-12 19:15:04 +00:00
parent 3c4a4ea00d
commit 4ecafe5db2

View File

@ -51,9 +51,9 @@ MAKEDEPEND = ignore
## % make VERSION_REVISION=
#######################################################################
VERSION_MAJOR = 1
VERSION_MINOR = 1
VERSION_MINOR = 2
VERSION_RELEASE = 0
VERSION_REVISION ?= 0
VERSION_REVISION ?= 1
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)
endif