summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-05 16:43:53 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-05 16:43:53 -0500
commit62d59afee332c3a4184609d19fd20bfd9d4420a1 (patch)
tree35cd66c5d110c40e3823dd34b1d1d94681ac8338
parent3d67dd35fe8fb786afc7af2bf0e31fe2a60b492b (diff)
downloadscons-git-62d59afee332c3a4184609d19fd20bfd9d4420a1.tar.gz
Post build commits for 4.5.0
-rw-r--r--RELEASE.txt2
-rw-r--r--SCons/__init__.py10
-rw-r--r--SConstruct2
3 files changed, 7 insertions, 7 deletions
diff --git a/RELEASE.txt b/RELEASE.txt
index 468f9b81b..27f309d13 100644
--- a/RELEASE.txt
+++ b/RELEASE.txt
@@ -195,4 +195,4 @@ Thanks to the following contributors listed below for their contributions to thi
1 TZe
1 Thad Guidry
1 djh
-
+
diff --git a/SCons/__init__.py b/SCons/__init__.py
index 8f397bcd2..3abe0db43 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
diff --git a/SConstruct b/SConstruct
index 11ae13e1c..f426f3d99 100644
--- a/SConstruct
+++ b/SConstruct
@@ -38,7 +38,7 @@ month_year = strftime('%B %Y')
project = 'scons'
-default_version = '4.4.1'
+default_version = '4.5.0'
copyright = "Copyright (c) %s The SCons Foundation" % copyright_years
#