Skip to content

Commit ee515b2

Browse files
committed
CMake 4.0.1
1 parent a696991 commit ee515b2

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Help/release/4.0.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -254,3 +254,15 @@ Other Changes
254254
on `cmake.org`_.
255255

256256
.. _`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

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 0)
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)