Skip to content

Commit

Permalink
Updated version numbers for 2.1.11 dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
robertosfield committed Sep 17, 2007
1 parent b8a64f2 commit e378b8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ PROJECT(OpenSceneGraph)

SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 1)
SET(OPENSCENEGRAPH_PATCH_VERSION 10)
SET(OPENSCENEGRAPH_SOVERSION 21)
SET(OPENSCENEGRAPH_PATCH_VERSION 11)
SET(OPENSCENEGRAPH_SOVERSION 22)

SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})

Expand Down
4 changes: 2 additions & 2 deletions include/osg/Version
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ extern "C" {

#define OPENSCENEGRAPH_MAJOR_VERSION 2
#define OPENSCENEGRAPH_MINOR_VERSION 1
#define OPENSCENEGRAPH_PATCH_VERSION 10
#define OPENSCENEGRAPH_SOVERSION 21
#define OPENSCENEGRAPH_PATCH_VERSION 11
#define OPENSCENEGRAPH_SOVERSION 22

/**
* osgGetVersion() returns the library version number.
Expand Down
2 changes: 1 addition & 1 deletion packaging/pkg_config/openscenegraph.pc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ includedir=${prefix}/include

Name: openscenegraph
Description: 3D scenegraph
Version: 2.1.10
Version: 2.1.11
Requires: openthreads
Conflicts:
Libs: -L${libdir} -losg -losgDB -losgFX -losgGA -losgParticle -losgSim -losgText -losgUtil -losgTerrain -losgManipulator -losgViewer
Expand Down

0 comments on commit e378b8b

Please sign in to comment.