From 3585375d590d2a5745a480cddeba616d9c3afb2b Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 6 Jun 2008 17:45:33 +0000 Subject: [PATCH] Updated versions for 2.5.2 dev release --- CMakeLists.txt | 4 ++-- include/osg/Version | 4 ++-- packaging/pkgconfig/openscenegraph.pc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8cbe720eb..f347a3817 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,8 +25,8 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 2) SET(OPENSCENEGRAPH_MINOR_VERSION 5) -SET(OPENSCENEGRAPH_PATCH_VERSION 1) -SET(OPENSCENEGRAPH_SOVERSION 37) +SET(OPENSCENEGRAPH_PATCH_VERSION 2) +SET(OPENSCENEGRAPH_SOVERSION 38) SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION}) diff --git a/include/osg/Version b/include/osg/Version index 5a50230ae..af0f82867 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,8 +21,8 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 5 -#define OPENSCENEGRAPH_PATCH_VERSION 1 -#define OPENSCENEGRAPH_SOVERSION 37 +#define OPENSCENEGRAPH_PATCH_VERSION 2 +#define OPENSCENEGRAPH_SOVERSION 38 /** * osgGetVersion() returns the library version number. diff --git a/packaging/pkgconfig/openscenegraph.pc b/packaging/pkgconfig/openscenegraph.pc index f0d98cc6e..65504e444 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.5.1 +Version: 2.5.2 Requires: openthreads Conflicts: Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer