Bumped up the version numbers to 0.9.0 to reflect the upcomming release.

This commit is contained in:
Robert Osfield
2002-07-16 15:43:20 +00:00
parent f3d74525fa
commit 76d1775487
8 changed files with 28 additions and 9 deletions

View File

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