Skip to content

Commit b47368e

Browse files
committed
CMake 3.29.9
1 parent 2ef3bc8 commit b47368e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Help/release/3.29.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ Changes made since CMake 3.29.0 include the following.
235235
to ``perMachine`` on their own schedule by setting
236236
``CPACK_WIX_INSTALL_SCOPE``.
237237

238-
3.29.6, 3.29.7, 3.29.8
239-
----------------------
238+
3.29.6, 3.29.7, 3.29.8, 3.29.9
239+
------------------------------
240240

241241
* These versions made no changes to documented features or interfaces.
242242
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 29)
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)