Updated version number for 2.1.0 dev release

This commit is contained in:
Robert Osfield
2007-07-09 11:05:24 +00:00
parent c407866f30
commit 26e8ba27ca
3 changed files with 4 additions and 4 deletions

View File

@@ -15,9 +15,9 @@ ENDIF(WIN32)
PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 2)
SET(OPENSCENEGRAPH_MINOR_VERSION 0)
SET(OPENSCENEGRAPH_MINOR_VERSION 1)
SET(OPENSCENEGRAPH_PATCH_VERSION 0)
SET(OPENSCENEGRAPH_SOVERSION 11)
SET(OPENSCENEGRAPH_SOVERSION 12)
SET(OPENSCENEGRAPH_VERSION ${OPENSCENEGRAPH_MAJOR_VERSION}.${OPENSCENEGRAPH_MINOR_VERSION}.${OPENSCENEGRAPH_PATCH_VERSION})

View File

@@ -10,7 +10,7 @@ For the impatient, read the simplified build notes below.
Robert Osfield.
Project Lead.
15th June 2007.
9th July 2007.
--

View File

@@ -19,7 +19,7 @@
extern "C" {
#define OSG_VERSION_MAJOR 2
#define OSG_VERSION_MINOR 0
#define OSG_VERSION_MINOR 1
#define OSG_VERSION_PATCH 0
#define OSG_VERSION_RELEASE OSG_VERSION_PATCH