Updated version numbers for 1.1 release

This commit is contained in:
Robert Osfield
2006-07-06 10:28:12 +00:00
parent 30d32133b8
commit 88609a5eee
10 changed files with 10 additions and 10 deletions

View File

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