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 @@ -211,3 +211,10 @@ Changes made since CMake 3.29.0 include the following.
211
211
* The :variable: `CMAKE_LINKER_TYPE ` variable and corresponding
212
212
:prop_tgt: `LINKER_TYPE ` target property now work with compilers
213
213
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.
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 1 )
4
+ set (CMake_VERSION_PATCH 2 )
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