Bumped the version numbers up to 1.0 in preparation for 1.0-rc1.

This commit is contained in:
Robert Osfield
2005-11-09 10:49:56 +00:00
parent 6c70812928
commit 258425d649
18 changed files with 43 additions and 23 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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