summaryrefslogtreecommitdiffstats
path: root/SCons/__init__.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-04-22 23:49:38 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2023-04-22 23:49:38 (GMT)
commitb3744e8862927899e3d0ebcb41297f9b4c142c63 (patch)
tree7fd191cd290d482d4314a39e107cc626f579f262 /SCons/__init__.py
parent176711bd1fde814e9c441ae44132eb600063ec7a (diff)
downloadSCons-b3744e8862927899e3d0ebcb41297f9b4c142c63.zip
SCons-b3744e8862927899e3d0ebcb41297f9b4c142c63.tar.gz
SCons-b3744e8862927899e3d0ebcb41297f9b4c142c63.tar.bz2
added --debug=json, which will dump object counts and memory into scons_stats.json in invocation directory
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r--SCons/__init__.py10
1 files changed, 5 insertions, 5 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py
index f53583b..9804f4f 100644
--- a/SCons/__init__.py
+++ b/SCons/__init__.py
@@ -1,9 +1,9 @@
-__version__="4.5.1"
+__version__="4.5.2"
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
__developer__="bdbaddog"
-__date__="Mon, 06 Mar 2023 23:32:38 -0400"
-__buildsys__="M1DOG2021"
-__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
-__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
+__date__="Sat, 22 Apr 2023 16:48:09 -0700"
+__buildsys__="M1Dog2021"
+__revision__="176711bd1fde814e9c441ae44132eb600063ec7a"
+__build__="176711bd1fde814e9c441ae44132eb600063ec7a"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file