Updated SO version number for 2.5.6 release

This commit is contained in:
Robert Osfield 2008-11-27 17:30:14 +00:00
parent 57a543b683
commit e9a18a7466
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 7)
SET(OPENSCENEGRAPH_PATCH_VERSION 6)
SET(OPENSCENEGRAPH_SOVERSION 50)
SET(OPENSCENEGRAPH_SOVERSION 51)
# set to 0 when not a release candidate, non zero means that any generated
# svn tags will be treated as release candidates of given number

View File

@ -22,7 +22,7 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 7
#define OPENSCENEGRAPH_PATCH_VERSION 6
#define OPENSCENEGRAPH_SOVERSION 50
#define OPENSCENEGRAPH_SOVERSION 51
/**
* osgGetVersion() returns the library version number.