Set version numbers for 0.9.7 release
This commit is contained in:
parent
54d47a13ce
commit
ddb7423e46
22
NEWS.txt
22
NEWS.txt
@ -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.
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
const char* osgGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
const char* osgDBGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgGAGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgGL2GetVersion()
|
||||
{
|
||||
return "0.3.0";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgParticleGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgProducerGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgSimGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgTerrainGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
const char* osgTextGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
const char* osgUtilGetVersion()
|
||||
{
|
||||
return "0.9.6";
|
||||
return "0.9.7";
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user