CMake 3.28.1
This commit is contained in:
parent
a76bb5f865
commit
1eed682d7c
@ -201,3 +201,15 @@ Other Changes
|
||||
|
||||
* The precompiled Linux ``x86_64`` binaries provided on
|
||||
`cmake.org <https://cmake.org/download/>`_ now require GLIBC 2.17 or higher.
|
||||
|
||||
Updates
|
||||
=======
|
||||
|
||||
Changes made since CMake 3.28.0 include the following.
|
||||
|
||||
3.28.1
|
||||
------
|
||||
|
||||
* This version made no changes to documented features or interfaces.
|
||||
Some implementation updates were made to support ecosystem changes
|
||||
and/or fix regressions.
|
||||
|
@ -1,7 +1,7 @@
|
||||
# CMake version number components.
|
||||
set(CMake_VERSION_MAJOR 3)
|
||||
set(CMake_VERSION_MINOR 28)
|
||||
set(CMake_VERSION_PATCH 0)
|
||||
set(CMake_VERSION_PATCH 1)
|
||||
#set(CMake_VERSION_RC 0)
|
||||
set(CMake_VERSION_IS_DIRTY 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user