From 5fdd917f8ab3105c4b438ae2f8ad92fb80370683 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 4 Feb 2025 10:36:41 -0500 Subject: Help: Update Sphinx versionadded directives for 4.0 release Run the script: Utilities/Sphinx/update_versions.py --since v3.31.0 --overwrite Manually renumber `3.32` to `4.0` since the script is meant for minor version increments. Also filter out changes to documents that were added for long-existing variables. --- Help/variable/CMAKE_LIST_FILE_NAME.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/variable/CMAKE_LIST_FILE_NAME.rst b/Help/variable/CMAKE_LIST_FILE_NAME.rst index 7276cfa..bed189b 100644 --- a/Help/variable/CMAKE_LIST_FILE_NAME.rst +++ b/Help/variable/CMAKE_LIST_FILE_NAME.rst @@ -1,7 +1,7 @@ CMAKE_LIST_FILE_NAME -------------------- - .. versionadded:: 4.0 +.. versionadded:: 4.0 The name of the CMake project files. This determines the top-level file processed when CMake is configured, and the file processed by -- cgit v0.12