diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-07-04 21:56:03 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-07-04 21:56:03 (GMT) |
commit | 074c847ad977b777f6b1580e24b14cf92b2f06d8 (patch) | |
tree | b890f8857958c39cf6f7acf3b24852f3a60c8ba7 /SCons/__init__.py | |
parent | d61fcebe8bdbdc576157109494d2a776ae134bc1 (diff) | |
download | SCons-074c847ad977b777f6b1580e24b14cf92b2f06d8.zip SCons-074c847ad977b777f6b1580e24b14cf92b2f06d8.tar.gz SCons-074c847ad977b777f6b1580e24b14cf92b2f06d8.tar.bz2 |
4.0.0 release
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 af01bf7..3a0fc80 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="3.9.9a998" +__version__="4.0.0" __copyright__="Copyright (c) 2001 - 2020 The SCons Foundation" __developer__="bdbaddog" -__date__="2020-07-04 19:53:36" +__date__="2020-07-04 21:25:16" __buildsys__="ProDog2020" -__revision__="ecb9741551fa0276fccd7d8d6f1df03a4e338082" -__build__="ecb9741551fa0276fccd7d8d6f1df03a4e338082" +__revision__="d61fcebe8bdbdc576157109494d2a776ae134bc1" +__build__="d61fcebe8bdbdc576157109494d2a776ae134bc1" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |