summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2021-11-22 01:16:00 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2021-11-22 01:16:00 (GMT)
commitea681d9b3d15acb1b9f2cd029be5a886082b255b (patch)
tree17fab3c35c51f590edbc2296fba054d1ed367265 /testing/framework
parent6b2d4118384890ef6245bec4fe5f20e47ba13d9f (diff)
downloadSCons-ea681d9b3d15acb1b9f2cd029be5a886082b255b.zip
SCons-ea681d9b3d15acb1b9f2cd029be5a886082b255b.tar.gz
SCons-ea681d9b3d15acb1b9f2cd029be5a886082b255b.tar.bz2
fix some issues with current version strings
Diffstat (limited to 'testing/framework')
-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 99764c5..6817934 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.3.1ayyyymmdd'
# TODO: these need to be hand-edited when there are changes
python_version_unsupported = (3, 6, 0)