Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbaddog committed Mar 2, 2025
1 parent 99a8c86 commit f6f2fd9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CHANGED/ENHANCED EXISTING FUNCTIONALITY
nodes from the project argument list.
- False or evaluates False: leave solution file names and nodes in the
project argument list. An exception is not raised.

Solution file names and/or nodes in the project argument list cause
erroneous Project records to be produced in the generated solution file.
As a convenience, a user may elect to ignore solution file names and nodes
Expand Down
6 changes: 3 additions & 3 deletions SCons/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
__version__="4.9.0"
__copyright__="Copyright (c) 2001 - 2025 The SCons Foundation"
__developer__="bdbaddog"
__date__="Sun, 02 Mar 2025 13:25:06 -0700"
__date__="Sun, 02 Mar 2025 14:04:50 -0700"
__buildsys__="M1Dog2021"
__revision__="66f8972b546e12e0b8bf31648a2a076d706daec0"
__build__="66f8972b546e12e0b8bf31648a2a076d706daec0"
__revision__="99a8c86de1ce91d23b102520e185c54ebd968924"
__build__="99a8c86de1ce91d23b102520e185c54ebd968924"
# make sure compatibility is always in place
import SCons.compat # noqa
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ namespaces = false

[tool.setuptools.package-data]
"*" = ["*.txt", "*.rst", "*.1"]
"scons.tool.docbook" = ["*.*"]
"SCons.tool.docbook" = ["*.*"]

[tool.distutils.sdist]
dist-dir = "build/dist"
Expand Down

0 comments on commit f6f2fd9

Please sign in to comment.