CMake 3.31.4

This commit is contained in:
Brad King 2025-01-10 09:59:02 -05:00
parent 92b260387d
commit 569b821a13
2 changed files with 3 additions and 3 deletions

View File

@ -263,8 +263,8 @@ Updates
Changes made since CMake 3.31.0 include the following.
3.31.1, 3.31.2, 3.31.3
----------------------
3.31.1, 3.31.2, 3.31.3, 3.31.4
------------------------------
* 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 3)
set(CMake_VERSION_PATCH 4)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)