diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-10-29 00:42:30 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-10-29 00:42:30 (GMT) |
commit | 71b532b5dadb0fe097d54271b5dbb584a2e06154 (patch) | |
tree | 637c48343d44cae7438a0df33fd6de611d971d1c /SCons/__init__.py | |
parent | a790daf8d878aef83937723e1fb1017fd86875f2 (diff) | |
download | SCons-71b532b5dadb0fe097d54271b5dbb584a2e06154.zip SCons-71b532b5dadb0fe097d54271b5dbb584a2e06154.tar.gz SCons-71b532b5dadb0fe097d54271b5dbb584a2e06154.tar.bz2 |
Updates to make ready for merging
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r-- | SCons/__init__.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index f0f241d..29176c1 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.5.2" +__version__="4.5.3" __copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 04 Jun 2023 15:36:48 -0700" +__date__="Sat, 28 Oct 2023 17:40:01 -0700" __buildsys__="M1Dog2021" -__revision__="b3744e8862927899e3d0ebcb41297f9b4c142c63" -__build__="b3744e8862927899e3d0ebcb41297f9b4c142c63" +__revision__="a790daf8d878aef83937723e1fb1017fd86875f2" +__build__="a790daf8d878aef83937723e1fb1017fd86875f2" # make sure compatibility is always in place -import SCons.compat # noqa
\ No newline at end of file +import SCons.compat # noqa
\ No newline at end of file |