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

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