diff --git a/CMakeLists.txt b/CMakeLists.txt index 424d5e1fb..d8aa74118 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ SET(OPENSCENEGRAPH_SOVERSION 161) # 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 2) +SET(OPENSCENEGRAPH_RELEASE_CANDIDATE 3) set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS TRUE) set_property(GLOBAL PROPERTY USE_FOLDERS ON) diff --git a/ChangeLog b/ChangeLog index 31b2e4226..58a0b169a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,27 @@ +Thu, 30 Jan 2020 16:30:41 +0000 +Author : OpenSceneGraph git repository +Merge pull request #911 from LaurensVoerman/FbxSdkFixFix for older versions of fbxsdk without xml or zlib libraries, + +Thu, 30 Jan 2020 16:21:32 +0000 +Author : Robert Osfield +Added explicit clean up removeView + +Thu, 30 Jan 2020 16:32:42 +0100 +Author : Laurens Voerman +Fix for older versions of fbxsdk without xml or zlib libraries, fix cmake multiconfig generators (msvc) with irrelevant CMAKE_BUILD_TYPE. + +Mon, 27 Jan 2020 10:11:23 +0000 +Author : OpenSceneGraph git repository +Merge pull request #907 from DeadParrot/OpenSceneGraph-3.6FBX plugin updates / PREFIX-NOTFOUND work-around + +Sun, 26 Jan 2020 14:28:56 -0500 +Author : Stuart Mentzer +FBX plugin updates / PREFIX-NOTFOUND work-around + +Tue, 21 Jan 2020 10:11:30 +0000 +Author : Robert Osfield +Updater rc number for 3.6.5-rc2, and CHangeLog + Tue, 21 Jan 2020 09:43:08 +0000 Author : Robert Osfield Removed stray space diff --git a/README.md b/README.md index deff15392..89e4d7d62 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If details below are not sufficient then head over to the openscenegraph.org to Robert Osfield. Project Lead. -21st January 2020. +30th January 2020. ---