Updated the version numbers to 0.9.4

This commit is contained in:
Robert Osfield
2003-04-11 10:04:53 +00:00
parent 83fb3f40c9
commit c2a9234cc5
9 changed files with 9 additions and 9 deletions

View File

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