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 @@ -260,3 +260,10 @@ Changes made since CMake 4.1.0 include the following.
260260* The :command: `execute_process ` command once again terminates child
261261 processes when its ``TIMEOUT `` is reached. This was accidentally
262262 regressed by CMake 3.29.
263+
264+ 4.1.4
265+ -----
266+
267+ * This version made no changes to documented features or interfaces.
268+ Some implementation updates were made to support ecosystem changes
269+ 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 1)
4- set (CMake_VERSION_PATCH 3 )
4+ set (CMake_VERSION_PATCH 4 )
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