diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-11-17 16:05:45 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-11-17 16:05:45 (GMT) |
commit | c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7 (patch) | |
tree | 0fed016f5aadd386ca46fd33ad5d1862fd5023e5 /SCons/__init__.py | |
parent | 559790274f66fa55251f5754de34820a29c7327a (diff) | |
download | SCons-c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7.zip SCons-c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7.tar.gz SCons-c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7.tar.bz2 |
4.3.0 updates4.3.0
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index e74eea0..c95386a 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.2.0" +__version__="4.3.0" __copyright__="Copyright (c) 2001 - 2021 The SCons Foundation" -__developer__="bdbaddog" -__date__="Sat, 31 Jul 2021 18:12:46 -0700" -__buildsys__="ProDog2020" -__revision__="fcdadeef19fe5fead09fa7544a27502be65312be" -__build__="fcdadeef19fe5fead09fa7544a27502be65312be" +__developer__="bdeegan" +__date__="Tue, 16 Nov 2021 19:09:21 +0000" +__buildsys__="octodog" +__revision__="559790274f66fa55251f5754de34820a29c7327a" +__build__="559790274f66fa55251f5754de34820a29c7327a" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |