Bumbped the version number up to 1.9, in preperation for using odd release numbers

for development releases, odd versions for stable releases.
This commit is contained in:
Robert Osfield 2007-04-16 06:03:22 +00:00
parent 1fedab6b49
commit 68a6882d04
10 changed files with 10 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
const char* osgShadowGetVersion() const char* osgShadowGetVersion()
{ {
return "1.2"; return "1.9";
} }

View File

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

View File

@ -2,7 +2,7 @@
const char* osgTerrainGetVersion() const char* osgTerrainGetVersion()
{ {
return "1.2"; return "1.9";
} }

View File

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

View File

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

View File

@ -2,7 +2,7 @@
const char* osgViewerGetVersion() const char* osgViewerGetVersion()
{ {
return "1.2"; return "1.9";
} }