Begin post-3.21 development

This commit is contained in:
Brad King
2021-06-17 13:18:30 -04:00
parent 2d335de47d
commit 11695f5985
4 changed files with 18 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 21)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 0)
set(CMake_VERSION_PATCH 20210617)
#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.