CMake 3.28.5

This commit is contained in:
Brad King 2024-05-07 08:42:47 -04:00
parent 31de823fcd
commit 9f7ec4c297
2 changed files with 7 additions and 1 deletions

View File

@ -213,3 +213,9 @@ Changes made since CMake 3.28.0 include the following.
* Apple visionOS support has been updated for the official Xcode 15.2
release of the ``xros`` and ``xrsimulator`` SDKs.
3.28.5
------
* This version made no changes to documented features or interfaces.
Some implementation updates were made to C++ modules support.

View File

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