We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a696991 commit ee515b2Copy full SHA for ee515b2
Help/release/4.0.rst
@@ -254,3 +254,15 @@ Other Changes
254
on `cmake.org`_.
255
256
.. _`cmake.org`: https://cmake.org/download/
257
+
258
+Updates
259
+=======
260
261
+Changes made since CMake 4.0.0 include the following.
262
263
+4.0.1
264
+-----
265
266
+* This version made no changes to documented features or interfaces.
267
+ Some implementation updates were made to support ecosystem changes
268
+ 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 0)
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