Updated version number for 2.7.7 release
This commit is contained in:
parent
4896fe6e05
commit
b038baf676
@ -31,8 +31,8 @@ PROJECT(OpenSceneGraph)
|
|||||||
|
|
||||||
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
|
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
|
||||||
SET(OPENSCENEGRAPH_MINOR_VERSION 7)
|
SET(OPENSCENEGRAPH_MINOR_VERSION 7)
|
||||||
SET(OPENSCENEGRAPH_PATCH_VERSION 6)
|
SET(OPENSCENEGRAPH_PATCH_VERSION 7)
|
||||||
SET(OPENSCENEGRAPH_SOVERSION 51)
|
SET(OPENSCENEGRAPH_SOVERSION 52)
|
||||||
|
|
||||||
# set to 0 when not a release candidate, non zero means that any generated
|
# 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
|
# svn tags will be treated as release candidates of given number
|
||||||
|
@ -21,8 +21,8 @@ extern "C" {
|
|||||||
|
|
||||||
#define OPENSCENEGRAPH_MAJOR_VERSION 2
|
#define OPENSCENEGRAPH_MAJOR_VERSION 2
|
||||||
#define OPENSCENEGRAPH_MINOR_VERSION 7
|
#define OPENSCENEGRAPH_MINOR_VERSION 7
|
||||||
#define OPENSCENEGRAPH_PATCH_VERSION 6
|
#define OPENSCENEGRAPH_PATCH_VERSION 7
|
||||||
#define OPENSCENEGRAPH_SOVERSION 51
|
#define OPENSCENEGRAPH_SOVERSION 52
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* osgGetVersion() returns the library version number.
|
* osgGetVersion() returns the library version number.
|
||||||
|
@ -7,7 +7,7 @@ includedir=${prefix}/include
|
|||||||
|
|
||||||
Name: openscenegraph
|
Name: openscenegraph
|
||||||
Description: 3D scenegraph
|
Description: 3D scenegraph
|
||||||
Version: 2.7.6
|
Version: 2.7.7
|
||||||
Requires: openthreads
|
Requires: openthreads
|
||||||
Conflicts:
|
Conflicts:
|
||||||
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer -losgWidget
|
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer -losgWidget
|
||||||
|
Loading…
Reference in New Issue
Block a user