We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6a1db commit 3a7d797Copy full SHA for 3a7d797
2 files changed
Help/release/4.3.rst
@@ -280,3 +280,15 @@ Other Changes
280
281
* The precompiled Windows binaries provided on
282
`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
@@ -1,7 +1,7 @@
1
# CMake version number components.
2
set(CMake_VERSION_MAJOR 4)
3
set(CMake_VERSION_MINOR 3)
4
-set(CMake_VERSION_PATCH 0)
+set(CMake_VERSION_PATCH 1)
5
#set(CMake_VERSION_RC 0)
6
set(CMake_VERSION_IS_DIRTY 0)
7
0 commit comments