Begin post-3.30 development

This commit is contained in:
Brad King
2024-06-05 11:47:52 -04:00
parent 05c8477593
commit 2f1da5d0db
3 changed files with 11 additions and 2 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 30)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 0)
set(CMake_VERSION_PATCH 20240605)
#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.