summaryrefslogtreecommitdiff
path: root/testing/framework/TestSCons.py
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-11-17 12:38:09 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2021-11-17 12:38:09 -0500
commit52ec0bc7760208f9576677d393dcd635f71d50b9 (patch)
tree5524c98609a12579b88916f1dd6ffb222b18d3e6 /testing/framework/TestSCons.py
parentc2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7 (diff)
downloadscons-git-rel_4.3.0.tar.gz
Post releaserel_4.3.0
Diffstat (limited to 'testing/framework/TestSCons.py')
-rw-r--r--testing/framework/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py
index 29bd1235e..6bc5c060b 100644
--- a/testing/framework/TestSCons.py
+++ b/testing/framework/TestSCons.py
@@ -55,7 +55,7 @@ from TestCmd import PIPE
# here provides some independent verification that what we packaged
# conforms to what we expect.
-default_version = '4.3.0ayyyymmdd'
+default_version = '4.4.0ayyyymmdd'
# TODO: these need to be hand-edited when there are changes
python_version_unsupported = (3, 4, 0)