瀏覽代碼

CMake 3.30.8

Brad King 8 月之前
父節點
當前提交
2bd6fbe1b0
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 2 2
      Help/release/3.30.rst
  2. 1 1
      Source/CMakeVersion.cmake

+ 2 - 2
Help/release/3.30.rst

@@ -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
Source/CMakeVersion.cmake

@@ -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)