diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-03-05 22:03:32 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-03-05 22:03:32 (GMT) |
commit | 6d13c3bba872d41e37fc23b7abd8ea49d0caedad (patch) | |
tree | 54f25c184604b41f6c78a11c1611898f2401a9e7 /SCons/__init__.py | |
parent | 2be4e5dc83319222cc725d13f6e98e033c042197 (diff) | |
download | SCons-6d13c3bba872d41e37fc23b7abd8ea49d0caedad.zip SCons-6d13c3bba872d41e37fc23b7abd8ea49d0caedad.tar.gz SCons-6d13c3bba872d41e37fc23b7abd8ea49d0caedad.tar.bz2 |
updates4.5.0
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 3abe0db..7cb697d 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.5.0" __copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 05 Mar 2023 16:19:37 -0400" +__date__="Sun, 05 Mar 2023 16:59:21 -0400" __buildsys__="M1DOG2021" -__revision__="3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b" -__build__="3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b" +__revision__="2be4e5dc83319222cc725d13f6e98e033c042197" +__build__="2be4e5dc83319222cc725d13f6e98e033c042197" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |