diff options
author | William Deegan <bill@baddogconsulting.com> | 2024-03-18 00:37:04 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2024-03-18 00:37:04 (GMT) |
commit | 3dac6a9809d9fb1d81fb3bb65121b57678d1620c (patch) | |
tree | 7b6b82393375e58641b81adf7072232c569a8522 /SCons/__init__.py | |
parent | 265be6883fadbb5a545612265acc919595158366 (diff) | |
download | SCons-3dac6a9809d9fb1d81fb3bb65121b57678d1620c.zip SCons-3dac6a9809d9fb1d81fb3bb65121b57678d1620c.tar.gz SCons-3dac6a9809d9fb1d81fb3bb65121b57678d1620c.tar.bz2 |
Rel 4.7.0 final changes
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 7a7d3ef..e89057f 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.6.1" -__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" +__version__="4.7.0" +__copyright__="Copyright (c) 2001 - 2024 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 19 Nov 2023 17:54:10 -0700" +__date__="Sun, 17 Mar 2024 17:33:54 -0700" __buildsys__="M1Dog2021" -__revision__="70bcde6f38478a85a552ee624baaa2beb7b2bb92" -__build__="70bcde6f38478a85a552ee624baaa2beb7b2bb92" +__revision__="265be6883fadbb5a545612265acc919595158366" +__build__="265be6883fadbb5a545612265acc919595158366" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |