Updated version number for 1.1.1 release

This commit is contained in:
Robert Osfield
2006-08-12 08:29:16 +00:00
parent dbc5fc9f4d
commit 132f9ead45
9 changed files with 9 additions and 9 deletions

View File

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