Files
OpenSceneGraph/src/osgShadow/Version.cpp
Robert Osfield 68a6882d04 Bumbped the version number up to 1.9, in preperation for using odd release numbers
for development releases, odd versions for stable releases.
2007-04-16 06:03:22 +00:00

13 lines
175 B
C++

#include <osgShadow/Version>
const char* osgShadowGetVersion()
{
return "1.9";
}
const char* osgShaodowGetLibraryName()
{
return "OpenSceneGraph Shadow Library";
}