From 3c308104a9dd57de27316b9763ae69700cfeb968 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 25 May 2005 20:02:25 +0000 Subject: [PATCH] Updated Version numbers for release. UPdated wrappers. --- Make/makedefs | 4 ++-- include/osg/Version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Make/makedefs b/Make/makedefs index 295f387e3..9a8b26345 100644 --- a/Make/makedefs +++ b/Make/makedefs @@ -52,8 +52,8 @@ MAKEDEPEND = ignore ####################################################################### VERSION_MAJOR = 0 VERSION_MINOR = 9 -VERSION_RELEASE = 8 -VERSION_REVISION ?= 0 +VERSION_RELEASE = 9 +VERSION_REVISION ?= 1 ifneq (,$(OSG_VERSION_REVISION)) VERSION_REVISION = $(OSG_VERSION_REVISION) endif diff --git a/include/osg/Version b/include/osg/Version index 15ee6ecdb..eac59d139 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,7 +21,7 @@ extern "C" { #define OSG_VERSION_MAJOR 0 #define OSG_VERSION_MINOR 9 #define OSG_VERSION_RELEASE 9 -#define OSG_VERSION_REVISION RELEASE_CANDIDATE_1 +#define OSG_VERSION_REVISION 1 /** * osgGetVersion() returns the library version number.