Updated version, authors and change log for the 2.1.14 release

This commit is contained in:
Robert Osfield 2007-10-03 12:49:02 +00:00
parent b3ecb8f38f
commit 5fe003d1a2
5 changed files with 7 additions and 7 deletions

View File

@ -1,4 +1,4 @@
OpenSceneGraph Library 2.1.13
OpenSceneGraph Library 2.1.14
282 Contributors:

View File

@ -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})

View File

@ -10,7 +10,7 @@ For the impatient, read the simplified build notes below.
Robert Osfield.
Project Lead.
1st October 2007.
3rd October 2007.
--

View File

@ -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.

View File

@ -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