Skip to content

Commit 4893009

Browse files
committed
Bump SCons "added" version to 4.8 [skip appveyor]
Two additions in the cycle since 4.7.0 had documentation annotations that they were added in 4.7.1. Update to 4.8.0. One of those changes didn't have an annotation in the code. Signed-off-by: Mats Wichmann <mats@linux.com>
1 parent 9bece9f commit 4893009

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

SCons/Script/Main.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1423,6 +1423,10 @@ def lookupmodule(self, filename: str) -> Optional[str]:
14231423
sconscript files that don't have the suffix.
14241424
14251425
.. versionadded:: 4.6.0
1426+
1427+
.. versionchanged:: 4.8.0
1428+
The additional name ``SCsub`` (with spelling variants)
1429+
is also recognized - Godot uses this name.
14261430
"""
14271431
if os.path.isabs(filename) and os.path.exists(filename):
14281432
return filename

SCons/Script/SConscript.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ EnsureSConsVersion(0,96,90)
145145
<para>
146146
Returns the current SCons version in the form of a Tuple[int, int, int],
147147
representing the major, minor, and revision values respectively.
148-
<emphasis>Added in 4.7.1</emphasis>.
148+
<emphasis>Added in 4.8.0</emphasis>.
149149
</para>
150150
</summary>
151151
</scons_function>

doc/man/scons.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ recognized without requiring
10491049
<filename>.py</filename> suffix.
10501050
</para>
10511051
<para>
1052-
<emphasis>Changed in version 4.7.1</emphasis>:
1052+
<emphasis>Changed in version 4.8.0</emphasis>:
10531053
The name <filename>SCsub</filename> is now recognized
10541054
without requiring <filename>.py</filename> suffix.
10551055
</para>

0 commit comments

Comments
 (0)