CMake 4.2.3

This commit is contained in:
Brad King
2026-01-27 11:03:47 -05:00
parent 10a91404d0
commit 53ae242d55
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -245,3 +245,10 @@ Changes made since CMake 4.2.0 include the following.
of the consumed target. This broke existing use cases that rely on
matching the configuration of the consuming target, and so has been
partially reverted to match either as CMake 4.1 and below did.
4.2.3
-----
* This version made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
and/or fix regressions.
+1 -1
View File
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 4)
set(CMake_VERSION_MINOR 2)
set(CMake_VERSION_PATCH 2)
set(CMake_VERSION_PATCH 3)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)