Skip to content

Commit f6f2fd9

Browse files
committed
updates
1 parent 99a8c86 commit f6f2fd9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

RELEASE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
3535
nodes from the project argument list.
3636
- False or evaluates False: leave solution file names and nodes in the
3737
project argument list. An exception is not raised.
38-
38+
3939
Solution file names and/or nodes in the project argument list cause
4040
erroneous Project records to be produced in the generated solution file.
4141
As a convenience, a user may elect to ignore solution file names and nodes

SCons/__init__.py

+3-3
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

+1-1
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)