diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-03-02 22:15:50 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-03-02 22:15:50 (GMT) |
commit | f6f2fd98b2a94871b506e517873af4d6faf04ed9 (patch) | |
tree | 3291b64b71421b1df4f3c86dbd845900d2e52cd3 /SCons/__init__.py | |
parent | 99a8c86de1ce91d23b102520e185c54ebd968924 (diff) | |
download | SCons-f6f2fd98b2a94871b506e517873af4d6faf04ed9.zip SCons-f6f2fd98b2a94871b506e517873af4d6faf04ed9.tar.gz SCons-f6f2fd98b2a94871b506e517873af4d6faf04ed9.tar.bz2 |
updates
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 1435125..c492d6c 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.9.0" __copyright__="Copyright (c) 2001 - 2025 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 02 Mar 2025 13:25:06 -0700" +__date__="Sun, 02 Mar 2025 14:04:50 -0700" __buildsys__="M1Dog2021" -__revision__="66f8972b546e12e0b8bf31648a2a076d706daec0" -__build__="66f8972b546e12e0b8bf31648a2a076d706daec0" +__revision__="99a8c86de1ce91d23b102520e185c54ebd968924" +__build__="99a8c86de1ce91d23b102520e185c54ebd968924" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |