Updated version number for 2.5.0 dev release

This commit is contained in:
Robert Osfield 2008-05-12 11:01:54 +00:00
parent 965c72f5bd
commit 1d2bd834a4
3 changed files with 5 additions and 5 deletions

View File

@ -15,9 +15,9 @@ ENDIF(WIN32)
PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 4)
SET(OPENSCENEGRAPH_MINOR_VERSION 5)
SET(OPENSCENEGRAPH_PATCH_VERSION 0)
SET(OPENSCENEGRAPH_SOVERSION 35)
SET(OPENSCENEGRAPH_SOVERSION 36)
SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})

View File

@ -20,9 +20,9 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 4
#define OPENSCENEGRAPH_MINOR_VERSION 5
#define OPENSCENEGRAPH_PATCH_VERSION 0
#define OPENSCENEGRAPH_SOVERSION 35
#define OPENSCENEGRAPH_SOVERSION 36
/**
* osgGetVersion() returns the library version number.

View File

@ -7,7 +7,7 @@ includedir=${prefix}/include
Name: openscenegraph
Description: 3D scenegraph
Version: 2.4.0
Version: 2.5.0
Requires: openthreads
Conflicts:
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer