Updated version numbers of the up comming 1.2 release

This commit is contained in:
Robert Osfield
2006-08-31 20:54:28 +00:00
parent 113c1dfc3e
commit 87a221445e
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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