CMake 3.30.7
This commit is contained in:
parent
90b640ebdc
commit
d437178a10
@ -302,9 +302,9 @@ Changes made since CMake 3.30.0 include the following.
|
||||
directories that call :command:`project` with the same project name,
|
||||
and it addresses the bug in the implementation introduced in 3.30.4.
|
||||
|
||||
3.30.6
|
||||
------
|
||||
3.30.6, 3.30.7
|
||||
--------------
|
||||
|
||||
* This version made no changes to documented features or interfaces.
|
||||
* These versions 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 30)
|
||||
set(CMake_VERSION_PATCH 6)
|
||||
set(CMake_VERSION_PATCH 7)
|
||||
#set(CMake_VERSION_RC 0)
|
||||
set(CMake_VERSION_IS_DIRTY 0)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user