summaryrefslogtreecommitdiff
path: root/SCons
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-21 12:14:48 -0400
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-21 12:14:48 -0400
commit7dfbbcf697f47680a101d846f836e85bc14eef13 (patch)
tree83624bea798a85a37b7ce9d3d760eeb0b8d1e5b7 /SCons
parent120fd4f633e9ef3cafbc0fec35306d7555ffd1db (diff)
downloadscons-git-7dfbbcf697f47680a101d846f836e85bc14eef13.tar.gz
Updates for 4.5.2. Added zipapp package to scons-locals
Diffstat (limited to 'SCons')
-rw-r--r--SCons/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py
index f53583b12..12be8e6c4 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"
+__date__="Tue, 21 Mar 2023 12:11:27 -0400"
__buildsys__="M1DOG2021"
-__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
-__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
+__revision__="120fd4f633e9ef3cafbc0fec35306d7555ffd1db"
+__build__="120fd4f633e9ef3cafbc0fec35306d7555ffd1db"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file