Updated version, authors and change log for the 2.1.14 release
This commit is contained in:
parent
b3ecb8f38f
commit
5fe003d1a2
@ -1,4 +1,4 @@
|
||||
OpenSceneGraph Library 2.1.13
|
||||
OpenSceneGraph Library 2.1.14
|
||||
|
||||
282 Contributors:
|
||||
|
||||
|
@ -16,8 +16,8 @@ PROJECT(OpenSceneGraph)
|
||||
|
||||
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
|
||||
SET(OPENSCENEGRAPH_MINOR_VERSION 1)
|
||||
SET(OPENSCENEGRAPH_PATCH_VERSION 13)
|
||||
SET(OPENSCENEGRAPH_SOVERSION 24)
|
||||
SET(OPENSCENEGRAPH_PATCH_VERSION 14)
|
||||
SET(OPENSCENEGRAPH_SOVERSION 25)
|
||||
|
||||
SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})
|
||||
|
||||
|
@ -10,7 +10,7 @@ For the impatient, read the simplified build notes below.
|
||||
|
||||
Robert Osfield.
|
||||
Project Lead.
|
||||
1st October 2007.
|
||||
3rd October 2007.
|
||||
|
||||
--
|
||||
|
||||
|
@ -21,8 +21,8 @@ extern "C" {
|
||||
|
||||
#define OPENSCENEGRAPH_MAJOR_VERSION 2
|
||||
#define OPENSCENEGRAPH_MINOR_VERSION 1
|
||||
#define OPENSCENEGRAPH_PATCH_VERSION 13
|
||||
#define OPENSCENEGRAPH_SOVERSION 24
|
||||
#define OPENSCENEGRAPH_PATCH_VERSION 14
|
||||
#define OPENSCENEGRAPH_SOVERSION 25
|
||||
|
||||
/**
|
||||
* osgGetVersion() returns the library version number.
|
||||
|
@ -7,7 +7,7 @@ includedir=${prefix}/include
|
||||
|
||||
Name: openscenegraph
|
||||
Description: 3D scenegraph
|
||||
Version: 2.1.13
|
||||
Version: 2.1.14
|
||||
Requires: openthreads
|
||||
Conflicts:
|
||||
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer
|
||||
|
Loading…
Reference in New Issue
Block a user