From 5fe003d1a2098d31f503370f0f5e156a2f3f9afc Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 3 Oct 2007 12:49:02 +0000 Subject: [PATCH] Updated version, authors and change log for the 2.1.14 release --- AUTHORS.txt | 2 +- CMakeLists.txt | 4 ++-- README.txt | 2 +- include/osg/Version | 4 ++-- packaging/pkgconfig/openscenegraph.pc | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/AUTHORS.txt b/AUTHORS.txt index b413ea08d..57cc14b82 100644 --- a/AUTHORS.txt +++ b/AUTHORS.txt @@ -1,4 +1,4 @@ -OpenSceneGraph Library 2.1.13 +OpenSceneGraph Library 2.1.14 282 Contributors: diff --git a/CMakeLists.txt b/CMakeLists.txt index 4b80823f6..c32cbc304 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/README.txt b/README.txt index 29900dcc8..6d09f0938 100644 --- a/README.txt +++ b/README.txt @@ -10,7 +10,7 @@ For the impatient, read the simplified build notes below. Robert Osfield. Project Lead. -1st October 2007. +3rd October 2007. -- diff --git a/include/osg/Version b/include/osg/Version index 9c2ae8c6e..6af314da2 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -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. diff --git a/packaging/pkgconfig/openscenegraph.pc b/packaging/pkgconfig/openscenegraph.pc index 6daf7203b..2d0fe88f2 100644 --- a/packaging/pkgconfig/openscenegraph.pc +++ b/packaging/pkgconfig/openscenegraph.pc @@ -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