Skip to content

Commit cdc9017

Browse files
committed
CMake 3.29.6
1 parent 296fdc0 commit cdc9017

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
@@ -230,3 +230,10 @@ Changes made since CMake 3.29.0 include the following.
230230
3.29.5 reverts the default for compatibility. Projects may transition
231231
to ``perMachine`` on their own schedule by setting
232232
``CPACK_WIX_INSTALL_SCOPE``.
233+
234+
3.29.6
235+
------
236+
237+
* This version made no changes to documented features or interfaces.
238+
Some implementation updates were made to support ecosystem changes
239+
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 5)
4+
set(CMake_VERSION_PATCH 6)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)