diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-04 22:46:49 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-04 22:46:49 (GMT) |
commit | 64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f (patch) | |
tree | 4469532dc7b13d7a906f7f51e4647930b0634818 /SCons/__init__.py | |
parent | 074c847ad977b777f6b1580e24b14cf92b2f06d8 (diff) | |
download | SCons-64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f.zip SCons-64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f.tar.gz SCons-64fd44ef6c4ea257b065f1ba45e1c202f72e9b5f.tar.bz2 |
fix scons --version and packaging
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index 3a0fc80..cf08123 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.0.0" __copyright__="Copyright (c) 2001 - 2020 The SCons Foundation" __developer__="bdbaddog" -__date__="2020-07-04 21:25:16" +__date__="2020-07-04 22:22:39" __buildsys__="ProDog2020" -__revision__="d61fcebe8bdbdc576157109494d2a776ae134bc1" -__build__="d61fcebe8bdbdc576157109494d2a776ae134bc1" +__revision__="074c847ad977b777f6b1580e24b14cf92b2f06d8" +__build__="074c847ad977b777f6b1580e24b14cf92b2f06d8" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |