diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-06-04 22:39:36 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-06-04 22:39:36 (GMT) |
commit | c7920c9ebf0031dd2c7664ea5cc128af51e64167 (patch) | |
tree | 3f87234dd073905026d852278e8ac1286ee2a86d /SCons/__init__.py | |
parent | b3744e8862927899e3d0ebcb41297f9b4c142c63 (diff) | |
download | SCons-c7920c9ebf0031dd2c7664ea5cc128af51e64167.zip SCons-c7920c9ebf0031dd2c7664ea5cc128af51e64167.tar.gz SCons-c7920c9ebf0031dd2c7664ea5cc128af51e64167.tar.bz2 |
Initial support for writing --debug=time, count into a JSON file
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 9804f4f..f0f241d 100644 --- a/SCons/__init__.py +++ b/SCons/__init__.py @@ -1,9 +1,9 @@ __version__="4.5.2" __copyright__="Copyright (c) 2001 - 2023 The SCons Foundation" __developer__="bdbaddog" -__date__="Sat, 22 Apr 2023 16:48:09 -0700" +__date__="Sun, 04 Jun 2023 15:36:48 -0700" __buildsys__="M1Dog2021" -__revision__="176711bd1fde814e9c441ae44132eb600063ec7a" -__build__="176711bd1fde814e9c441ae44132eb600063ec7a" +__revision__="b3744e8862927899e3d0ebcb41297f9b4c142c63" +__build__="b3744e8862927899e3d0ebcb41297f9b4c142c63" # make sure compatibility is always in place import SCons.compat # noqa
\ No newline at end of file |