diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-08-01 03:08:37 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-08-01 03:08:37 (GMT) |
commit | 43e1da1f024dc8185a095b9d1e3058b8a4b6ab35 (patch) | |
tree | 382dab78cebcbd67de236930d4e4edecc7e1292d | |
parent | fcdadeef19fe5fead09fa7544a27502be65312be (diff) | |
download | SCons-43e1da1f024dc8185a095b9d1e3058b8a4b6ab35.zip SCons-43e1da1f024dc8185a095b9d1e3058b8a4b6ab35.tar.gz SCons-43e1da1f024dc8185a095b9d1e3058b8a4b6ab35.tar.bz2 |
final versioning info for 4.2.04.2.0
-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 baeb175..e74eea0 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.2.0" __copyright__="Copyright (c) 2001 - 2021 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 18 Jul 2021 20:21:57 -0700" +__date__="Sat, 31 Jul 2021 18:12:46 -0700" __buildsys__="ProDog2020" -__revision__="801acd51da9cfd64b8323828c072a1f353323da9" -__build__="801acd51da9cfd64b8323828c072a1f353323da9" +__revision__="fcdadeef19fe5fead09fa7544a27502be65312be" +__build__="fcdadeef19fe5fead09fa7544a27502be65312be" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |