Skip to content

Commit e713077

Browse files
authored
Merge pull request SCons#4570 from mwichmann/docver-4.8
Bump SCons "added" version to 4.8
2 parents 9bece9f + 4893009 commit e713077

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)