diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-11-20 01:57:28 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-11-20 01:57:28 (GMT) |
commit | 0265b1aa1271b39cc2d4a02ffb711c1394598c37 (patch) | |
tree | 9645be884193bb4cf9a3acc467f8a387f9825547 /SCons/__init__.py | |
parent | 70bcde6f38478a85a552ee624baaa2beb7b2bb92 (diff) | |
download | SCons-0265b1aa1271b39cc2d4a02ffb711c1394598c37.zip SCons-0265b1aa1271b39cc2d4a02ffb711c1394598c37.tar.gz SCons-0265b1aa1271b39cc2d4a02ffb711c1394598c37.tar.bz2 |
post release updates
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index 09eda03..7a7d3ef 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.6.0" +__version__="4.6.1" __copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 19 Nov 2023 17:22:20 -0700" +__date__="Sun, 19 Nov 2023 17:54:10 -0700" __buildsys__="M1Dog2021" -__revision__="e5eef322a4a727b96358a436dca46e8085ac8692" -__build__="e5eef322a4a727b96358a436dca46e8085ac8692" +__revision__="70bcde6f38478a85a552ee624baaa2beb7b2bb92" +__build__="70bcde6f38478a85a552ee624baaa2beb7b2bb92" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |