Updated version number for 2.1.0 dev release
This commit is contained in:
@@ -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})
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ For the impatient, read the simplified build notes below.
|
||||
|
||||
Robert Osfield.
|
||||
Project Lead.
|
||||
15th June 2007.
|
||||
9th July 2007.
|
||||
|
||||
--
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user