UPdated version numbers

This commit is contained in:
Robert Osfield 2008-10-14 14:25:54 +00:00
parent d8525815fd
commit af13e84093
4 changed files with 6 additions and 6 deletions

View File

@ -31,8 +31,8 @@ PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 2) SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 7) SET(OPENSCENEGRAPH_MINOR_VERSION 7)
SET(OPENSCENEGRAPH_PATCH_VERSION 3) SET(OPENSCENEGRAPH_PATCH_VERSION 4)
SET(OPENSCENEGRAPH_SOVERSION 47) SET(OPENSCENEGRAPH_SOVERSION 49)
# set to 0 when not a release candidate, non zero means that any generated # 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 # svn tags will be treated as release candidates of given number

View File

@ -21,8 +21,8 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 2 #define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 7 #define OPENSCENEGRAPH_MINOR_VERSION 7
#define OPENSCENEGRAPH_PATCH_VERSION 3 #define OPENSCENEGRAPH_PATCH_VERSION 4
#define OPENSCENEGRAPH_SOVERSION 47 #define OPENSCENEGRAPH_SOVERSION 49
/** /**
* osgGetVersion() returns the library version number. * osgGetVersion() returns the library version number.

View File

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

View File

@ -7,7 +7,7 @@ includedir=${prefix}/include
Name: openthreads Name: openthreads
Description: Object-Oriented (OO) thread interface for C++ programmers Description: Object-Oriented (OO) thread interface for C++ programmers
Version: 2.3.0 Version: 2.3.1
Requires: Requires:
Conflicts: Conflicts:
Libs: -L${libdir} -lOpenThreads Libs: -L${libdir} -lOpenThreads