diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-11-20 01:32:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-11-20 01:32:45 (GMT) |
commit | 72c1ee33fda0536b34ce658c12c5758cf47cab77 (patch) | |
tree | dfbaba900e9ae1729b84d85a82e3edd08f5bf12c | |
parent | e5eef322a4a727b96358a436dca46e8085ac8692 (diff) | |
download | SCons-72c1ee33fda0536b34ce658c12c5758cf47cab77.zip SCons-72c1ee33fda0536b34ce658c12c5758cf47cab77.tar.gz SCons-72c1ee33fda0536b34ce658c12c5758cf47cab77.tar.bz2 |
4.6.0 final changes4.6.0
-rw-r--r-- | CHANGES.txt | 2 | ||||
-rw-r--r-- | SCons/__init__.py | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index d968f06..2e5a270 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -7,7 +7,7 @@ NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported -RELEASE 4.6.0 - Sat, 18 Nov 2023 16:41:23 -0700 +RELEASE 4.6.0 - Sun, 19 Nov 2023 17:22:20 -0700 From Max Bachmann: - Add missing directories to searched paths for mingw installs diff --git a/SCons/__init__.py b/SCons/__init__.py index c92847d..09eda03 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.6.0" __copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" __developer__="bdbaddog" -__date__="Sat, 18 Nov 2023 16:55:59 -0700" +__date__="Sun, 19 Nov 2023 17:22:20 -0700" __buildsys__="M1Dog2021" -__revision__="a99c8a83bc2bdbf547a8559b2d451d762d9c30b4" -__build__="a99c8a83bc2bdbf547a8559b2d451d762d9c30b4" +__revision__="e5eef322a4a727b96358a436dca46e8085ac8692" +__build__="e5eef322a4a727b96358a436dca46e8085ac8692" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |