Skip to content

Commit 485f11a

Browse files
committed
CMake 4.2.1
1 parent f0549d0 commit 485f11a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Help/release/4.2.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

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 4)
33
set(CMake_VERSION_MINOR 2)
4-
set(CMake_VERSION_PATCH 0)
4+
set(CMake_VERSION_PATCH 1)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)