Skip to content

Commit 3356d93

Browse files
committed
CMake 4.2.2
1 parent 2660f5f commit 3356d93

File tree

2 files changed

+8
-7
lines changed

2 files changed

+8
-7
lines changed

Help/release/4.2.rst

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,11 @@ Changes made since CMake 4.2.0 include the following.
237237
Some implementation updates were made to support ecosystem changes
238238
and/or fix regressions.
239239

240-
.. 4.2.2
240+
4.2.2
241+
-----
241242

242-
* Policy :policy:`CMP0199`'s NEW behavior has been partially reverted.
243-
In 4.2.0 and 4.2.1, ``$<CONFIG:cfgs>`` only matched the configuration
244-
of the consumed target. This broke existing use cases that rely on
245-
matching the configuration of the consuming target, and so has been
246-
partially reverted to match either as CMake 4.1 and below did.
243+
* Policy :policy:`CMP0199`'s NEW behavior has been partially reverted.
244+
In 4.2.0 and 4.2.1, ``$<CONFIG:cfgs>`` only matched the configuration
245+
of the consumed target. This broke existing use cases that rely on
246+
matching the configuration of the consuming target, and so has been
247+
partially reverted to match either as CMake 4.1 and below did.

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

0 commit comments

Comments
 (0)