Updated version numbers of the up comming 1.2 release

This commit is contained in:
Robert Osfield
2006-08-31 20:54:28 +00:00
parent 113c1dfc3e
commit 87a221445e
9 changed files with 9 additions and 9 deletions

View File

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