1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00

CMake 3.31.7

This commit is contained in:
Brad King
2025-04-10 09:13:20 -04:00
parent 24b907a9e2
commit 7b16db932a
2 changed files with 3 additions and 3 deletions

View File

@@ -267,8 +267,8 @@ Updates
Changes made since CMake 3.31.0 include the following.
3.31.1, 3.31.2, 3.31.3, 3.31.4, 3.31.5, 3.31.6
----------------------------------------------
3.31.1, 3.31.2, 3.31.3, 3.31.4, 3.31.5, 3.31.6, 3.31.7
------------------------------------------------------
* These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes

View File

@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 31)
set(CMake_VERSION_PATCH 6)
set(CMake_VERSION_PATCH 7)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)