Bumped up version numbers in preperation for the 0.9.5 release.

This commit is contained in:
Robert Osfield
2003-07-23 08:54:29 +00:00
parent 871da625ba
commit cc529aebe0
9 changed files with 9 additions and 9 deletions

View File

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