Set version numbers for 0.9.7 release

This commit is contained in:
Robert Osfield 2004-08-05 08:02:48 +00:00
parent 54d47a13ce
commit ddb7423e46
11 changed files with 30 additions and 12 deletions

View File

@ -11,12 +11,30 @@ OSG News (most significant items from ChangeLog)
DatabasePager
Double Vec & Matrix classes
Double Vec & Matrix classes & CoordinateSystemNode/EllipsoidModel
osgUtil - tristipper, simplifier, GLObjectVisitor.
Examples - osgdem, osgphotoalbum, osgbluemarble, osgtesselate, osgsimulation
Examples
osgdem
osgphotoalbum
osgbluemarble
osgtesselate
osgsimulation
osgdepthshadow
osgsimplifier
osgspacewarp
osgdistortion
osgsimple
osgkeyboardmouse
osgsimplepager
osgmovie
osgvolume
New manipulators - TerrainManipulator and TrackerManipulator.
Movie support under Linux and OSX via LibMpeg3 and Quicktime respectively.

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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