Updated version number after 3.3.0 dev release

This commit is contained in:
Robert Osfield 2013-10-04 16:28:49 +00:00
parent 910cfeea60
commit b5b020a138
2 changed files with 5 additions and 4 deletions

View File

@ -48,8 +48,8 @@ PROJECT(OpenSceneGraph)
SET(OPENSCENEGRAPH_MAJOR_VERSION 3) SET(OPENSCENEGRAPH_MAJOR_VERSION 3)
SET(OPENSCENEGRAPH_MINOR_VERSION 3) SET(OPENSCENEGRAPH_MINOR_VERSION 3)
SET(OPENSCENEGRAPH_PATCH_VERSION 0) SET(OPENSCENEGRAPH_PATCH_VERSION 1)
SET(OPENSCENEGRAPH_SOVERSION 110) SET(OPENSCENEGRAPH_SOVERSION 111)
# 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
@ -539,6 +539,7 @@ ELSE()
FIND_PACKAGE(Asio) FIND_PACKAGE(Asio)
ENDIF() ENDIF()
FIND_PACKAGE(ZeroConf) FIND_PACKAGE(ZeroConf)
#FIND_PACKAGE(Lua52)
FIND_PACKAGE(Lua51) FIND_PACKAGE(Lua51)
FIND_PACKAGE(V8) FIND_PACKAGE(V8)
FIND_PACKAGE(PythonLibs) FIND_PACKAGE(PythonLibs)

View File

@ -20,8 +20,8 @@ extern "C" {
#define OPENSCENEGRAPH_MAJOR_VERSION 3 #define OPENSCENEGRAPH_MAJOR_VERSION 3
#define OPENSCENEGRAPH_MINOR_VERSION 3 #define OPENSCENEGRAPH_MINOR_VERSION 3
#define OPENSCENEGRAPH_PATCH_VERSION 0 #define OPENSCENEGRAPH_PATCH_VERSION 1
#define OPENSCENEGRAPH_SOVERSION 110 #define OPENSCENEGRAPH_SOVERSION 111
/* Convenience macro that can be used to decide whether a feature is present or not i.e. /* Convenience macro that can be used to decide whether a feature is present or not i.e.
* #if OSG_MIN_VERSION_REQUIRED(2,9,5) * #if OSG_MIN_VERSION_REQUIRED(2,9,5)