Begin post-4.0 development

This commit is contained in:
Brad King
2025-02-05 11:46:44 -05:00
parent c302567962
commit 208afbf6b8
4 changed files with 13 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 4)
set(CMake_VERSION_MINOR 0)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 0)
set(CMake_VERSION_PATCH 20250205)
#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.