CMake 3.30.8

This commit is contained in:
Brad King
2025-02-24 10:09:52 -05:00
parent d061599f5c
commit 2bd6fbe1b0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -302,8 +302,8 @@ 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.7
--------------
3.30.6, 3.30.7, 3.30.8
----------------------
* These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
+1 -1
View File
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 30)
set(CMake_VERSION_PATCH 7)
set(CMake_VERSION_PATCH 8)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)