mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
CMake 4.2.3
This commit is contained in:
@@ -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,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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user