CMake 3.30.7

This commit is contained in:
Brad King 2025-01-23 09:59:38 -05:00
parent 90b640ebdc
commit d437178a10
2 changed files with 4 additions and 4 deletions

View File

@ -302,9 +302,9 @@ Changes made since CMake 3.30.0 include the following.
directories that call :command:`project` with the same project name,
and it addresses the bug in the implementation introduced in 3.30.4.
3.30.6
------
3.30.6, 3.30.7
--------------
* This version made no changes to documented features or interfaces.
* These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.

View File

@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 30)
set(CMake_VERSION_PATCH 6)
set(CMake_VERSION_PATCH 7)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)