From 5e4526d6dd473a5e47fea500377bc7b8de754e7f Mon Sep 17 00:00:00 2001 From: Brad King Date: Fri, 27 Sep 2024 08:32:31 -0400 Subject: [PATCH] CMake 3.30.4 --- Help/release/3.30.rst | 19 ++++++++++--------- Source/CMakeVersion.cmake | 2 +- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/Help/release/3.30.rst b/Help/release/3.30.rst index 30d23bbc166..4cd2b442eda 100644 --- a/Help/release/3.30.rst +++ b/Help/release/3.30.rst @@ -271,12 +271,13 @@ Changes made since CMake 3.30.0 include the following. version of Python. The :prop_tgt:`INTERFACE_COMPILE_DEFINITIONS` target property is also defined for the various targets provided by these modules. -.. 3.30.4 (unreleased) - - * The :command:`project()` command now sets - :variable:`_SOURCE_DIR`, :variable:`_BINARY_DIR`, - and :variable:`_IS_TOP_LEVEL` as normal variables only if they - are already set as normal variables when :command:`project` is invoked. - Cache entries by the same names are always set as before. - This refines 3.30.3's behavior change to restore behavior of nested - directories that call :command:`project` with the same project name. +3.30.4 +------ + +* The :command:`project()` command now sets + :variable:`_SOURCE_DIR`, :variable:`_BINARY_DIR`, + and :variable:`_IS_TOP_LEVEL` as normal variables only if they + are already set as normal variables when :command:`project` is invoked. + Cache entries by the same names are always set as before. + This refines 3.30.3's behavior change to restore behavior of nested + directories that call :command:`project` with the same project name. diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 18f9cc7815d..a3aaaacfb2e 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 3) set(CMake_VERSION_MINOR 30) -set(CMake_VERSION_PATCH 3) +set(CMake_VERSION_PATCH 4) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0)