From ff0085cf74eb10a7e5f9c906258022c6b8b68413 Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 9 Jan 2024 16:29:50 -0500 Subject: Help: Drop incorrect versionadded mark from CMAKE_MATCH_ It was added by commit 496ec6036f (Help: Add Sphinx 'versionadded' directives to each top-level document, 2020-07-06, v3.19.0-rc1~558^2) because the document happened to be added during the 3.9 release series, but the variable has existed since the beginning. --- Help/variable/CMAKE_MATCH_n.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Help/variable/CMAKE_MATCH_n.rst b/Help/variable/CMAKE_MATCH_n.rst index a92788e..c7dd623 100644 --- a/Help/variable/CMAKE_MATCH_n.rst +++ b/Help/variable/CMAKE_MATCH_n.rst @@ -1,8 +1,6 @@ CMAKE_MATCH_ --------------- -.. versionadded:: 3.9 - Capture group ```` matched by the last regular expression, for groups 0 through 9. Group 0 is the entire match. Groups 1 through 9 are the subexpressions captured by ``()`` syntax. -- cgit v0.12