diff options
author | William Deegan <bill@baddogconsulting.com> | 2025-03-27 18:49:08 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2025-03-27 18:49:08 (GMT) |
commit | afb488972d25940615f6587a3722de1528af4c9b (patch) | |
tree | 24885caf4559d0504a37bab7a7d1ae88505520ee /SCons/__init__.py | |
parent | 39a12f34d532ab2493e78a7b73aeab2250852790 (diff) | |
download | SCons-afb488972d25940615f6587a3722de1528af4c9b.zip SCons-afb488972d25940615f6587a3722de1528af4c9b.tar.gz SCons-afb488972d25940615f6587a3722de1528af4c9b.tar.bz2 |
updates for 4.9.1 release
Diffstat (limited to 'SCons/__init__.py')
-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 c492d6c..b831ae5 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ -__version__="4.9.0" +__version__="4.9.1" __copyright__="Copyright (c) 2001 - 2025 The SCons Foundation" __developer__="bdbaddog" -__date__="Sun, 02 Mar 2025 14:04:50 -0700" +__date__="Thu, 27 Mar 2025 11:44:24 -0700" __buildsys__="M1Dog2021" -__revision__="99a8c86de1ce91d23b102520e185c54ebd968924" -__build__="99a8c86de1ce91d23b102520e185c54ebd968924" +__revision__="39a12f34d532ab2493e78a7b73aeab2250852790" +__build__="39a12f34d532ab2493e78a7b73aeab2250852790" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |