diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-10-09 19:52:57 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-10-09 19:52:57 (GMT) |
commit | da582df6a7728a16830efd79b811ba19fc8ebb55 (patch) | |
tree | 15a18c85905749028bce0b79d18a7e933a2456ba /SCons/__init__.py | |
parent | ea1da16f6b1601529323943f48bf94f59eb7a785 (diff) | |
download | SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.zip SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.tar.gz SCons-da582df6a7728a16830efd79b811ba19fc8ebb55.tar.bz2 |
scons.1 sconsign.1 scons-time.1 now make it into zip, tgz sdist and wheel
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 f3d3851..fcd665e 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.0.1" +__version__="4.0.1.9998" __copyright__="Copyright (c) 2001 - 2020 The SCons Foundation" __developer__="bdbaddog" -__date__="2020-07-17 01:50:03" +__date__="2020-10-09 19:00:35" __buildsys__="ProDog2020" -__revision__="c289977f8b34786ab6c334311e232886da7e8df1" -__build__="c289977f8b34786ab6c334311e232886da7e8df1" +__revision__="93525bed88d19a00f5de400086c0046011d3b833" +__build__="93525bed88d19a00f5de400086c0046011d3b833" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |