From c2fd48014f39786ba5c5e51b983d1cdcf05aa269 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 17 Jun 2026 09:53:06 -0400 Subject: [PATCH] CMake 4.3.4 --- Help/release/4.3.rst | 15 ++++++++------- Source/CMakeVersion.cmake | 2 +- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Help/release/4.3.rst b/Help/release/4.3.rst index 535c037bdb..e0fcb0e541 100644 --- a/Help/release/4.3.rst +++ b/Help/release/4.3.rst @@ -300,11 +300,12 @@ Changes made since CMake 4.3.0 include the following. ``cps/`` subdirectory of the current build directory, rather than directly to the current build directory. -.. 4.3.4 +4.3.4 +----- - * :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed* - to generate :ref:`index files ` and - :ref:`snippet files ` with a new - ``version`` field format. It is now an object with major and minor version - components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer - with only the major version, ``1``. +* :manual:`cmake-instrumentation(7)`, introduced in 4.3.0, has been *changed* + to generate :ref:`index files ` and + :ref:`snippet files ` with a new + ``version`` field format. It is now an object with major and minor version + components, ``{ "major": 1, "minor": 0 }``. Previously it was an integer + with only the major version, ``1``. diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 845a6aa174..dab818f538 100644 --- a/Source/CMakeVersion.cmake +++ b/Source/CMakeVersion.cmake @@ -1,7 +1,7 @@ # CMake version number components. set(CMake_VERSION_MAJOR 4) set(CMake_VERSION_MINOR 3) -set(CMake_VERSION_PATCH 3) +set(CMake_VERSION_PATCH 4) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0)