Skip to content

Commit 2bd6fbe

Browse files
committed
CMake 3.30.8
1 parent d061599 commit 2bd6fbe

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Help/release/3.30.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ Changes made since CMake 3.30.0 include the following.
302302
directories that call :command:`project` with the same project name,
303303
and it addresses the bug in the implementation introduced in 3.30.4.
304304

305-
3.30.6, 3.30.7
306-
--------------
305+
3.30.6, 3.30.7, 3.30.8
306+
----------------------
307307

308308
* These versions made no changes to documented features or interfaces.
309309
Some implementation updates were made to support ecosystem changes

Source/CMakeVersion.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CMake version number components.
22
set(CMake_VERSION_MAJOR 3)
33
set(CMake_VERSION_MINOR 30)
4-
set(CMake_VERSION_PATCH 7)
4+
set(CMake_VERSION_PATCH 8)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)