Failed to update version number in const.h prior to release. Currently set to 5.2.0.dev7 but should read 5.1.13.
Preferred solution would be to configure cmake to create a version.h header file containing the CMAKE_VERSION_NUMBER specified in the CMakeLists.txt file when the build system gets generated. Then include the resulting header file in const.h.
Waiting to see if other bugs shake out prior to patching the release.
Failed to update version number in
const.h
prior to release. Currently set to 5.2.0.dev7 but should read 5.1.13.Preferred solution would be to configure cmake to create a
version.h
header file containing the CMAKE_VERSION_NUMBER specified in the CMakeLists.txt file when the build system gets generated. Then include the resulting header file inconst.h
.Waiting to see if other bugs shake out prior to patching the release.