Updated for 3.6.4-rc2

This commit is contained in:
Robert Osfield
2019-01-09 10:19:34 +00:00
parent 0c99326db3
commit 035abfdb71
2 changed files with 3 additions and 3 deletions

View File

@@ -4,12 +4,12 @@
SET(OPENSCENEGRAPH_MAJOR_VERSION 3)
SET(OPENSCENEGRAPH_MINOR_VERSION 6)
SET(OPENSCENEGRAPH_PATCH_VERSION 4)
SET(OPENSCENEGRAPH_SOVERSION 158)
SET(OPENSCENEGRAPH_SOVERSION 159)
# set to 0 when not a release candidate, non zero means that any generated
# git tags will be treated as release candidates of given number
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 1)
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 2)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)

View File

@@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to
Robert Osfield.
Project Lead.
14th September 2018.
9th January 2019.
---