Skip to content

Commit 50aa13c

Browse files
committed
CMake 3.30.9
1 parent 97ab408 commit 50aa13c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Help/release/3.30.rst

Lines changed: 2 additions & 2 deletions
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, 3.30.8
306-
----------------------
305+
3.30.6, 3.30.7, 3.30.8, 3.30.9
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

Lines changed: 1 addition & 1 deletion
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 8)
4+
set(CMake_VERSION_PATCH 9)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)