diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-12-21 02:21:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-12-21 02:21:45 (GMT) |
commit | 5e6fe1a165f2e9a8c9db23a8ea958704200e95de (patch) | |
tree | de31661b88fb05659b9ea5526a44961fd28e06a9 /SCons/__init__.py | |
parent | 78292be9cbb471101e6ed4ec5f6da0161730c656 (diff) | |
download | SCons-5e6fe1a165f2e9a8c9db23a8ea958704200e95de.zip SCons-5e6fe1a165f2e9a8c9db23a8ea958704200e95de.tar.gz SCons-5e6fe1a165f2e9a8c9db23a8ea958704200e95de.tar.bz2 |
initial checkin of versioned shared library rewrite
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 fcd665e..c9ca70f 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.0.1.9998" __copyright__="Copyright (c) 2001 - 2020 The SCons Foundation" __developer__="bdbaddog" -__date__="2020-10-09 19:00:35" +__date__="2020-12-21 01:23:32" __buildsys__="ProDog2020" -__revision__="93525bed88d19a00f5de400086c0046011d3b833" -__build__="93525bed88d19a00f5de400086c0046011d3b833" +__revision__="78292be9cbb471101e6ed4ec5f6da0161730c656" +__build__="78292be9cbb471101e6ed4ec5f6da0161730c656" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |