From David Callu, improved consistency of Version strings and add version support

for osgIntrospection and osgManipulator.
This commit is contained in:
Robert Osfield
2007-09-05 17:12:24 +00:00
parent 92b1e7d53f
commit b20d542317
23 changed files with 269 additions and 20 deletions

View File

@@ -23,7 +23,7 @@ const char* osgDBGetVersion()
const char* osgDBGetLibraryName()
{
return "OpenSceneGraph DB (data base) Library";
return "OpenSceneGraph DB (Data Base) Library";
}
}