summaryrefslogtreecommitdiff
path: root/testing
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2023-03-07 00:00:21 -0500
committerWilliam Deegan <bill@baddogconsulting.com>2023-03-07 00:00:21 -0500
commit13cbcb6de688543befa5d64fcb79df571150d471 (patch)
tree5ff268cbc6f3caa390c8f2058637b9dc56a77534 /testing
parent14e304d238a3af9789284c7969544021fd50089a (diff)
downloadscons-git-13cbcb6de688543befa5d64fcb79df571150d471.tar.gz
Post release changes
Diffstat (limited to 'testing')
-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 00ba977d0..2c96995cf 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.6.0ayyyymmdd'
+default_version = '4.5.2ayyyymmdd'
# TODO: these need to be hand-edited when there are changes
python_version_unsupported = (3, 6, 0)