Skip to content

Commit 53ae242

Browse files
committed
CMake 4.2.3
1 parent 10a9140 commit 53ae242

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Help/release/4.2.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,3 +245,10 @@ Changes made since CMake 4.2.0 include the following.
245245
of the consumed target. This broke existing use cases that rely on
246246
matching the configuration of the consuming target, and so has been
247247
partially reverted to match either as CMake 4.1 and below did.
248+
249+
4.2.3
250+
-----
251+
252+
* This version made no changes to documented features or interfaces.
253+
Some implementation updates were made to support ecosystem changes
254+
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 2)
4+
set(CMake_VERSION_PATCH 3)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)