summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2022-07-30 21:11:17 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2022-07-30 21:11:17 (GMT)
commitfc8d0ec215ee6cba8bc158ad40c099be0b598297 (patch)
tree50dd574c4ff9f915f0645809ff5abb685cd2aa64
parent4e58108dc7c67613f9115d1d2aca1d195d1e1a6c (diff)
downloadSCons-fc8d0ec215ee6cba8bc158ad40c099be0b598297.zip
SCons-fc8d0ec215ee6cba8bc158ad40c099be0b598297.tar.gz
SCons-fc8d0ec215ee6cba8bc158ad40c099be0b598297.tar.bz2
Updates for 4.4.0 release
-rwxr-xr-xCHANGES.txt2
-rw-r--r--SCons/__init__.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 682e9ab..55dbad3 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,7 +7,7 @@
NOTE: The 4.0.0 Release of SCons dropped Python 2.7 Support
NOTE: 4.3.0 now requires Python 3.6.0 and above. Python 3.5.x is no longer supported
-RELEASE VERSION/DATE TO BE FILLED IN LATER
+RELEASE 4.4.0 - Sat, 30 Jul 2022 14:08:29 -0700
From Joseph Brill:
- Verify that a user specified msvc script (via MSVC_USE_SCRIPT) exists and raise an exception
diff --git a/SCons/__init__.py b/SCons/__init__.py
index 784a392..32f1d82 100644
--- a/SCons/__init__.py
+++ b/SCons/__init__.py
@@ -1,9 +1,9 @@
-__version__="4.3.1"
+__version__="4.4.0"
__copyright__="Copyright (c) 2001 - 2022 The SCons Foundation"
__developer__="bdbaddog"
-__date__="Sun, 24 Jul 2022 18:02:27 -0700"
+__date__="Sat, 30 Jul 2022 14:09:41 -0700"
__buildsys__="M1Dog2021"
-__revision__="2cf871f2d61b489220a93d9020a0af5310054f91"
-__build__="2cf871f2d61b489220a93d9020a0af5310054f91"
+__revision__="4e58108dc7c67613f9115d1d2aca1d195d1e1a6c"
+__build__="4e58108dc7c67613f9115d1d2aca1d195d1e1a6c"
# make sure compatibility is always in place
import SCons.compat # noqa \ No newline at end of file