Skip to content

Commit 9e0ea45

Browse files
authored
Merge pull request #4691 from SCons/rel_4.9.0
Rel 4.9.0
2 parents 4406471 + f6f2fd9 commit 9e0ea45

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

RELEASE.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,19 +28,22 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
2828

2929
- MSVS: Add an optional keyword argument, auto_filter_projects, to
3030
MSVSSolution. Accepted values for auto_filter_projects are:
31+
3132
- None [default]: raise an exception when solution file names or nodes
3233
are detected in the projects argument list.
3334
- True or evaluates True: automatically remove solution file names and
3435
nodes from the project argument list.
3536
- False or evaluates False: leave solution file names and nodes in the
3637
project argument list. An exception is not raised.
38+
3739
Solution file names and/or nodes in the project argument list cause
3840
erroneous Project records to be produced in the generated solution file.
3941
As a convenience, a user may elect to ignore solution file names and nodes
4042
in the projects argument list rather than manually removing solution file
4143
names and nodes from the MSVSProject return values.
4244

4345
- SCons C preprocessor:
46+
4447
- Update the optional integer suffixes to include the z|Z and wb|WB
4548
suffixes.
4649
- Add support for binary integer constants.

SCons/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
__version__="4.9.0"
22
__copyright__="Copyright (c) 2001 - 2025 The SCons Foundation"
33
__developer__="bdbaddog"
4-
__date__="Sun, 02 Mar 2025 13:25:06 -0700"
4+
__date__="Sun, 02 Mar 2025 14:04:50 -0700"
55
__buildsys__="M1Dog2021"
6-
__revision__="66f8972b546e12e0b8bf31648a2a076d706daec0"
7-
__build__="66f8972b546e12e0b8bf31648a2a076d706daec0"
6+
__revision__="99a8c86de1ce91d23b102520e185c54ebd968924"
7+
__build__="99a8c86de1ce91d23b102520e185c54ebd968924"
88
# make sure compatibility is always in place
99
import SCons.compat # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespaces = false
6060

6161
[tool.setuptools.package-data]
6262
"*" = ["*.txt", "*.rst", "*.1"]
63-
"scons.tool.docbook" = ["*.*"]
63+
"SCons.tool.docbook" = ["*.*"]
6464

6565
[tool.distutils.sdist]
6666
dist-dir = "build/dist"

0 commit comments

Comments
 (0)