Updated version numbers to 0.9.3

This commit is contained in:
Robert Osfield
2003-01-22 19:17:39 +00:00
parent ec8afe0392
commit 6afedcc6d1
9 changed files with 9 additions and 9 deletions

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
const char* osgGLUTGetVersion()
{
return "0.9.2";
return "0.9.3";
}

View File

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

View File

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

View File

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

View File

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

View File

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