Begin post-3.19 development

This commit is contained in:
Brad King
2020-10-08 11:28:48 -04:00
parent 5d1755fab1
commit 0cd84434ac
4 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 19)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 0)
set(CMake_VERSION_PATCH 20201008)
#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.