Updated the version numbers to reflect the upcomming release 0.9.1.

This commit is contained in:
Robert Osfield 2002-08-28 18:49:27 +00:00
parent fe93b91f73
commit df5c8f789a
7 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
const char* osgGetVersion() const char* osgGetVersion()
{ {
return "0.9.0"; return "0.9.1";
} }

View File

@ -2,7 +2,7 @@
const char* osgDBGetVersion() const char* osgDBGetVersion()
{ {
return "0.9.0"; return "0.9.1";
} }

View File

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

View File

@ -2,7 +2,7 @@
const char* osgGLUTGetVersion() const char* osgGLUTGetVersion()
{ {
return "0.9.0"; return "0.9.1";
} }

View File

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

View File

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

View File

@ -2,7 +2,7 @@
const char* osgUtilGetVersion() const char* osgUtilGetVersion()
{ {
return "0.9.0"; return "0.9.1";
} }