From 5b5e3e5f78172b78a7db2796400f25830f430961 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 25 Jul 2008 21:01:57 +0000 Subject: [PATCH] Updated version numbers to 2.6.0 --- CMakeLists.txt | 6 +++--- include/osg/Version | 6 +++--- packaging/pkgconfig/openscenegraph.pc | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c35551e96..750043465 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,9 +24,9 @@ endif(COMMAND cmake_policy) PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 2) -SET(OPENSCENEGRAPH_MINOR_VERSION 5) -SET(OPENSCENEGRAPH_PATCH_VERSION 6) -SET(OPENSCENEGRAPH_SOVERSION 42) +SET(OPENSCENEGRAPH_MINOR_VERSION 6) +SET(OPENSCENEGRAPH_PATCH_VERSION 0) +SET(OPENSCENEGRAPH_SOVERSION 43) SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION}) diff --git a/include/osg/Version b/include/osg/Version index 4beee1a33..40cda828d 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -20,9 +20,9 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 -#define OPENSCENEGRAPH_MINOR_VERSION 5 -#define OPENSCENEGRAPH_PATCH_VERSION 6 -#define OPENSCENEGRAPH_SOVERSION 42 +#define OPENSCENEGRAPH_MINOR_VERSION 6 +#define OPENSCENEGRAPH_PATCH_VERSION 0 +#define OPENSCENEGRAPH_SOVERSION 43 /** * osgGetVersion() returns the library version number. diff --git a/packaging/pkgconfig/openscenegraph.pc b/packaging/pkgconfig/openscenegraph.pc index dd9e1d2fb..6fcf67a34 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.6 +Version: 2.6.0 Requires: openthreads Conflicts: Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer