File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 1- __version__ = "4.10.1 "
2- __copyright__ = "Copyright (c) 2001 - 2025 The SCons Foundation"
1+ __version__ = "4.10.2 "
2+ __copyright__ = "Copyright (c) 2001 - 2026 The SCons Foundation"
33__developer__ = "bdbaddog"
4- __date__ = "Sun, 16 Nov 2025 14:18:20 -0700"
4+ __date__ = "Sat, 03 Jan 2026 14:09:24 -0700"
55__buildsys__ = "M1Dog2021"
6- __revision__ = "055b01f429d58b686701a56df863a817c36bb103 "
7- __build__ = "055b01f429d58b686701a56df863a817c36bb103 "
6+ __revision__ = "9573362eaf4dadc6368ad27a75bc2790a3e5e813 "
7+ __build__ = "9573362eaf4dadc6368ad27a75bc2790a3e5e813 "
88# make sure compatibility is always in place
99import SCons .compat # noqa
Original file line number Diff line number Diff line change 1111#
1212# All configuration values have a default; values that are commented out
1313# serve to show the default.
14- #
14+
1515# If extensions (or modules to document with autodoc) are in another directory,
1616# add these directories to sys.path here. If the directory is relative to the
1717# documentation root, use os.path.abspath to make it absolute, like shown here.
1818#
19-
2019import os
2120import sys
2221
You can’t perform that action at this time.
0 commit comments