Updated Make/makedefs version number to 0.9.6-1.

This commit is contained in:
Robert Osfield
2003-09-16 21:26:19 +00:00
parent c91a2d3d3e
commit 10bf07ce06

View File

@@ -45,8 +45,8 @@ MAKEDEPEND = ignore
#######################################################################
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_RELEASE = 5
VERSION_REVISION ?= 0
VERSION_RELEASE = 6
VERSION_REVISION ?= 1
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)
endif