Updated version numbers for 1.1 release

This commit is contained in:
Robert Osfield 2006-07-06 10:28:12 +00:00
parent 30d32133b8
commit 88609a5eee
10 changed files with 10 additions and 10 deletions

View File

@ -19,7 +19,7 @@
extern "C" {
#define OSG_VERSION_MAJOR 1
#define OSG_VERSION_MINOR 0
#define OSG_VERSION_MINOR 1
#define OSG_VERSION_RELEASE 0
#define OSG_VERSION_REVISION 0

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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