summaryrefslogtreecommitdiffstats
path: root/SCons/__init__.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-05 21:43:53 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-05 21:43:53 (GMT)
commit62d59afee332c3a4184609d19fd20bfd9d4420a1 (patch)
tree35cd66c5d110c40e3823dd34b1d1d94681ac8338 /SCons/__init__.py
parent3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b (diff)
downloadSCons-62d59afee332c3a4184609d19fd20bfd9d4420a1.zip
SCons-62d59afee332c3a4184609d19fd20bfd9d4420a1.tar.gz
SCons-62d59afee332c3a4184609d19fd20bfd9d4420a1.tar.bz2
Post build commits for 4.5.0
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 8f397bc..3abe0db 100644
--- a/SCons/__init__.py
+++ b/SCons/__init__.py
@@ -1,9 +1,9 @@
-__version__="4.4.1"
-__copyright__="Copyright (c) 2001 - 2022 The SCons Foundation"
+__version__="4.5.0"
+__copyright__="Copyright (c) 2001 - 2023 The SCons Foundation"
__developer__="bdbaddog"
-__date__="Sun, 13 Nov 2022 11:31:29 -0400"
+__date__="Sun, 05 Mar 2023 16:19:37 -0400"
__buildsys__="M1DOG2021"
-__revision__="15379ff3b369560c4bf13459b630387bf7349bb7"
-__build__="15379ff3b369560c4bf13459b630387bf7349bb7"
+__revision__="3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b"
+__build__="3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file