Bumped up version numbers in preperation for the 0.9.5 release.

This commit is contained in:
Robert Osfield
2003-07-23 08:54:29 +00:00
parent 871da625ba
commit cc529aebe0
9 changed files with 9 additions and 9 deletions

View File

@@ -44,7 +44,7 @@ MAKEDEPEND = ignore
#######################################################################
VERSION_MAJOR = 0
VERSION_MINOR = 9
VERSION_RELEASE = 4
VERSION_RELEASE = 5
VERSION_REVISION ?= 0
ifneq (,$(OSG_VERSION_REVISION))
VERSION_REVISION = $(OSG_VERSION_REVISION)

View File

@@ -14,7 +14,7 @@
const char* osgGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -14,7 +14,7 @@
const char* osgDBGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -2,7 +2,7 @@
const char* osgGAGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -2,7 +2,7 @@
const char* osgParticleGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -2,7 +2,7 @@
const char* osgProducerGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -2,7 +2,7 @@
const char* osgSimGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -2,7 +2,7 @@
const char* osgTextGetVersion()
{
return "0.9.4";
return "0.9.5";
}

View File

@@ -14,7 +14,7 @@
const char* osgUtilGetVersion()
{
return "0.9.4";
return "0.9.5";
}