File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -224,3 +224,15 @@ Other Changes
224224 flags ``-fp:precise ``, ``-Gd ``, and ``-GS `` if they are not specified by
225225 the project or user. This makes builds more consistent with other
226226 generators, and with what projects and users actually specify.
227+
228+ Updates
229+ =======
230+
231+ Changes made since CMake 4.2.0 include the following.
232+
233+ 4.2.1
234+ -----
235+
236+ * This version made no changes to documented features or interfaces.
237+ Some implementation updates were made to support ecosystem changes
238+ and/or fix regressions.
Original file line number Diff line number Diff line change 11# CMake version number components.
22set (CMake_VERSION_MAJOR 4)
33set (CMake_VERSION_MINOR 2)
4- set (CMake_VERSION_PATCH 0 )
4+ set (CMake_VERSION_PATCH 1 )
55#set(CMake_VERSION_RC 0)
66set (CMake_VERSION_IS_DIRTY 0)
77
You can’t perform that action at this time.
0 commit comments