Skip to content

Commit 046f192

Browse files
committed
CMake 4.2.6
1 parent beb23e6 commit 046f192

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Help/release/4.2.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ Changes made since CMake 4.2.0 include the following.
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.
248248

249-
4.2.3, 4.2.4, 4.2.5
250-
-------------------
249+
4.2.3, 4.2.4, 4.2.5, 4.2.6
250+
--------------------------
251251

252252
* These versions made no changes to documented features or interfaces.
253253
Some implementation updates were made to support ecosystem changes

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

0 commit comments

Comments
 (0)