From b038baf676d258b319ba9504d7c3609d6135d66a Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Fri, 12 Dec 2008 10:19:19 +0000 Subject: [PATCH] Updated version number for 2.7.7 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 17a8fe235..92bfd3bc0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -31,8 +31,8 @@ PROJECT(OpenSceneGraph) SET(OPENSCENEGRAPH_MAJOR_VERSION 2) SET(OPENSCENEGRAPH_MINOR_VERSION 7) -SET(OPENSCENEGRAPH_PATCH_VERSION 6) -SET(OPENSCENEGRAPH_SOVERSION 51) +SET(OPENSCENEGRAPH_PATCH_VERSION 7) +SET(OPENSCENEGRAPH_SOVERSION 52) # set to 0 when not a release candidate, non zero means that any generated # svn tags will be treated as release candidates of given number diff --git a/include/osg/Version b/include/osg/Version index 1614620e6..35ac9b285 100644 --- a/include/osg/Version +++ b/include/osg/Version @@ -21,8 +21,8 @@ extern "C" { #define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MINOR_VERSION 7 -#define OPENSCENEGRAPH_PATCH_VERSION 6 -#define OPENSCENEGRAPH_SOVERSION 51 +#define OPENSCENEGRAPH_PATCH_VERSION 7 +#define OPENSCENEGRAPH_SOVERSION 52 /** * osgGetVersion() returns the library version number. diff --git a/packaging/pkgconfig/openscenegraph.pc b/packaging/pkgconfig/openscenegraph.pc index c57deee1c..829b9e6c8 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.7.6 +Version: 2.7.7 Requires: openthreads Conflicts: Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer -losgWidget