File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -230,3 +230,10 @@ Changes made since CMake 3.29.0 include the following.
230
230
3.29.5 reverts the default for compatibility. Projects may transition
231
231
to ``perMachine `` on their own schedule by setting
232
232
``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.
Original file line number Diff line number Diff line change 1
1
# CMake version number components.
2
2
set (CMake_VERSION_MAJOR 3)
3
3
set (CMake_VERSION_MINOR 29)
4
- set (CMake_VERSION_PATCH 5 )
4
+ set (CMake_VERSION_PATCH 6 )
5
5
#set(CMake_VERSION_RC 0)
6
6
set (CMake_VERSION_IS_DIRTY 0)
7
7
You can’t perform that action at this time.
0 commit comments