CMake 3.28.5
This commit is contained in:
parent
31de823fcd
commit
9f7ec4c297
@ -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.
|
||||
|
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user