From 06cc1d04d8d5a4e13abdadfe20f6937787b1968e Mon Sep 17 00:00:00 2001 From: Brad King Date: Thu, 21 May 2026 14:32:22 -0400 Subject: [PATCH] CMake 4.3.3 --- Help/release/4.3.rst | 9 +++++---- Source/CMakeVersion.cmake | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Help/release/4.3.rst b/Help/release/4.3.rst index 59beb597d3..aa589bd11f 100644 --- a/Help/release/4.3.rst +++ b/Help/release/4.3.rst @@ -293,8 +293,9 @@ Changes made since CMake 4.3.0 include the following. Some implementation updates were made to support ecosystem changes and/or fix regressions. -.. 4.3.3 +4.3.3 +----- - * The :command:`export(PACKAGE_INFO)` command now writes to the - ``cps/`` subdirectory of the current build directory, rather - than directly to the current build directory. +* The :command:`export(PACKAGE_INFO)` command now writes to the + ``cps/`` subdirectory of the current build directory, + rather than directly to the current build directory. diff --git a/Source/CMakeVersion.cmake b/Source/CMakeVersion.cmake index 9c3b2b73e2..845a6aa174 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 2) +set(CMake_VERSION_PATCH 3) #set(CMake_VERSION_RC 0) set(CMake_VERSION_IS_DIRTY 0)