Skip to content

Commit d3190d6

Browse files
committed
CMake 3.29.2
1 parent df6b2a3 commit d3190d6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Help/release/3.29.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,3 +211,10 @@ Changes made since CMake 3.29.0 include the following.
211211
* The :variable:`CMAKE_LINKER_TYPE` variable and corresponding
212212
:prop_tgt:`LINKER_TYPE` target property now work with compilers
213213
for the ``Swift`` language.
214+
215+
3.29.2
216+
------
217+
218+
* This version made no changes to documented features or interfaces.
219+
Some implementation updates were made to support ecosystem changes
220+
and/or fix regressions.

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 1)
4+
set(CMake_VERSION_PATCH 2)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)