diff options
-rw-r--r-- | SCons/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py index e89057f..a61ba2c 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.7.0" +__version__="4.8.0" __copyright__="Copyright (c) 2001 - 2024 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 17 Mar 2024 17:33:54 -0700" +__date__="Sun, 07 Jul 2024 16:52:07 -0700" __buildsys__="M1Dog2021" -__revision__="265be6883fadbb5a545612265acc919595158366" -__build__="265be6883fadbb5a545612265acc919595158366" +__revision__="7c688f694c644b61342670ce92977bf4a396c0d4" +__build__="7c688f694c644b61342670ce92977bf4a396c0d4" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |