Updated version number for 1.1.1 release

This commit is contained in:
Robert Osfield
2006-08-12 08:29:16 +00:00
parent dbc5fc9f4d
commit 132f9ead45
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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