mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-02 20:29:49 -05:00
CMake 3.30.8
This commit is contained in:
@@ -302,8 +302,8 @@ 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.7
|
||||
--------------
|
||||
3.30.6, 3.30.7, 3.30.8
|
||||
----------------------
|
||||
|
||||
* These versions made no changes to documented features or interfaces.
|
||||
Some implementation updates were made to support ecosystem changes
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
# CMake version number components.
|
||||
set(CMake_VERSION_MAJOR 3)
|
||||
set(CMake_VERSION_MINOR 30)
|
||||
set(CMake_VERSION_PATCH 7)
|
||||
set(CMake_VERSION_PATCH 8)
|
||||
#set(CMake_VERSION_RC 0)
|
||||
set(CMake_VERSION_IS_DIRTY 0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user