CMake 4.0.0-rc1

This commit is contained in:
Brad King 2025-02-19 09:18:19 -05:00
parent ccfa403859
commit 4b5b172a65

View File

@ -2,7 +2,7 @@
set(CMake_VERSION_MAJOR 4)
set(CMake_VERSION_MINOR 0)
set(CMake_VERSION_PATCH 0)
set(CMake_VERSION_RC 0)
set(CMake_VERSION_RC 1)
set(CMake_VERSION_IS_DIRTY 0)
# Start with the full version number used in tags. It has no dev info.