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

CMake 3.31.9

This commit is contained in:
Brad King
2025-09-24 13:24:34 -04:00
parent 2ea11c1a6e
commit 622044ce33
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.7, 3.31.8
--------------------------------------------------------------
3.31.1, 3.31.2, 3.31.3, 3.31.4, 3.31.5, 3.31.6, 3.31.7, 3.31.8, 3,31.9
----------------------------------------------------------------------
* 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 8)
set(CMake_VERSION_PATCH 9)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)