Skip to content

Commit 3a7d797

Browse files
committed
CMake 4.3.1
1 parent 9d6a1db commit 3a7d797

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

Help/release/4.3.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -280,3 +280,15 @@ Other Changes
280280

281281
* The precompiled Windows binaries provided on
282282
`cmake.org <https://cmake.org/download/>`_ now require Windows 10 or higher.
283+
284+
Updates
285+
=======
286+
287+
Changes made since CMake 4.3.0 include the following.
288+
289+
4.3.1
290+
-----
291+
292+
* This version made no changes to documented features or interfaces.
293+
Some implementation updates were made to support ecosystem changes
294+
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 3)
4-
set(CMake_VERSION_PATCH 0)
4+
set(CMake_VERSION_PATCH 1)
55
#set(CMake_VERSION_RC 0)
66
set(CMake_VERSION_IS_DIRTY 0)
77

0 commit comments

Comments
 (0)