Updated rc number for 3.6.4 release candidate

This commit is contained in:
Robert Osfield 2019-01-04 09:22:12 +00:00
parent 6951c44464
commit 820532ddff
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
OpenSceneGraph Library 3.6.3
OpenSceneGraph Library 3.6.4
569 Contributors:

View File

@ -3,13 +3,13 @@
#
SET(OPENSCENEGRAPH_MAJOR_VERSION 3)
SET(OPENSCENEGRAPH_MINOR_VERSION 6)
SET(OPENSCENEGRAPH_PATCH_VERSION 3)
SET(OPENSCENEGRAPH_PATCH_VERSION 4)
SET(OPENSCENEGRAPH_SOVERSION 158)
# 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 0)
SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 1)
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE)
set_property(GLOBAL PROPERTY USE_FOLDERS ON)