Updates version numbers to 0.9.2

This commit is contained in:
Robert Osfield 2002-11-08 12:58:34 +00:00
parent a059191c1c
commit f42205a3ef
7 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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