Update version numbers in files

This commit is contained in:
Don BURNS
2004-12-04 23:38:24 +00:00
parent ef40a7f316
commit 1771cdbcc7
11 changed files with 11 additions and 11 deletions

View File

@@ -7,7 +7,7 @@ includedir=${prefix}/include
Name: openscenegraph
Description: 3D scenegraph
Version: 0.9,7
Version: 0.9,8
Requires: openthreads
Conflicts:
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgGL2 -losgParticle -losgProducer -losgSim -losgText -losgUtil

View File

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

View File

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

View File

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

View File

@@ -2,7 +2,7 @@
const char* osgGL2GetVersion()
{
return "0.9.7";
return "0.9.8";
}

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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