CMake 3.31.3

This commit is contained in:
Brad King
2024-12-19 10:18:19 -05:00
parent 01bfaf6b92
commit 41abd532b6
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.1, 3.31.2, 3.31.3
----------------------
* 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 2)
set(CMake_VERSION_PATCH 3)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)