We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d061599 commit 2bd6fbeCopy full SHA for 2bd6fbe
Help/release/3.30.rst
@@ -302,8 +302,8 @@ Changes made since CMake 3.30.0 include the following.
302
directories that call :command:`project` with the same project name,
303
and it addresses the bug in the implementation introduced in 3.30.4.
304
305
-3.30.6, 3.30.7
306
---------------
+3.30.6, 3.30.7, 3.30.8
+----------------------
307
308
* These versions made no changes to documented features or interfaces.
309
Some implementation updates were made to support ecosystem changes
Source/CMakeVersion.cmake
@@ -1,7 +1,7 @@
1
# CMake version number components.
2
set(CMake_VERSION_MAJOR 3)
3
set(CMake_VERSION_MINOR 30)
4
-set(CMake_VERSION_PATCH 7)
+set(CMake_VERSION_PATCH 8)
5
#set(CMake_VERSION_RC 0)
6
set(CMake_VERSION_IS_DIRTY 0)
7
0 commit comments