CMake 3.26.5

This commit is contained in:
Brad King
2023-07-19 13:56:04 -04:00
parent 0ef3b9fd76
commit 01c62f4ff0
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -175,8 +175,8 @@ Updates
Changes made since CMake 3.26.0 include the following.
3.26.1, 3.26.2, 3.26.3, 3.26.4
------------------------------
3.26.1, 3.26.2, 3.26.3, 3.26.4, 3.26.5
--------------------------------------
* These versions made no changes to documented features or interfaces.
Some implementation updates were made to support ecosystem changes
+1 -1
View File
@@ -1,7 +1,7 @@
# CMake version number components.
set(CMake_VERSION_MAJOR 3)
set(CMake_VERSION_MINOR 26)
set(CMake_VERSION_PATCH 4)
set(CMake_VERSION_PATCH 5)
#set(CMake_VERSION_RC 0)
set(CMake_VERSION_IS_DIRTY 0)