summaryrefslogtreecommitdiff
path: root/SCons/__init__.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-06 20:53:07 -0800
committerGitHub <noreply@github.com>2023-03-06 20:53:07 -0800
commit14e304d238a3af9789284c7969544021fd50089a (patch)
treeb79ab24f772c9bd746c82d237f321d873cf0478d /SCons/__init__.py
parent3c83efb0ebd343f4dc013e90ca980ca16f069758 (diff)
parent9bc9994b984112f4d90d390988c349b0c8fe9d8c (diff)
downloadscons-git-14e304d238a3af9789284c7969544021fd50089a.tar.gz
Merge pull request #4317 from SCons/rel_4.5.1
Rel 4.5.1
Diffstat (limited to 'SCons/__init__.py')
-rw-r--r--SCons/__init__.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/SCons/__init__.py b/SCons/__init__.py
index 7cb697d2c..f53583b12 100644
--- a/SCons/__init__.py
+++ b/SCons/__init__.py
@@ -1,9 +1,9 @@
-__version__="4.5.0"
+__version__="4.5.1"
__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
__developer__="bdbaddog"
-__date__="Sun, 05 Mar 2023 16:59:21 -0400"
+__date__="Mon, 06 Mar 2023 23:32:38 -0400"
__buildsys__="M1DOG2021"
-__revision__="2be4e5dc83319222cc725d13f6e98e033c042197"
-__build__="2be4e5dc83319222cc725d13f6e98e033c042197"
+__revision__="49578b34582d9e92dac7d713a8e58599ae35aa63"
+__build__="49578b34582d9e92dac7d713a8e58599ae35aa63"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file