Begin post-3.17 development

This commit is contained in:
Brad King
2020-02-05 11:39:33 -05:00
parent 0cccec23ca
commit b49e5344e7
3 changed files with 11 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 17)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 0)
set(CMake_VERSION_PATCH 20200205)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)
# Start with the full version number used in tags. It has no dev info.