summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-17 03:16:57 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-17 03:16:57 (GMT)
commit8dfc5359e91a3132e11e4882bd44f95dada8b2b3 (patch)
treeea3dcf9a353db96d1b197806835efd1c048f17cb /testing/framework
parentdb369749a837e83110281e00241f58e516428ad6 (diff)
downloadSCons-8dfc5359e91a3132e11e4882bd44f95dada8b2b3.zip
SCons-8dfc5359e91a3132e11e4882bd44f95dada8b2b3.tar.gz
SCons-8dfc5359e91a3132e11e4882bd44f95dada8b2b3.tar.bz2
Post relaase
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 9ffae9b..0a3f8ee 100644
--- a/testing/framework/TestSCons.py
+++ b/testing/framework/TestSCons.py
@@ -35,7 +35,7 @@ from TestCmd import PIPE
# here provides some independent verification that what we packaged
# conforms to what we expect.
-default_version = '4.1.0.devyyyymmdd'
+default_version = '4.2.0ayyyymmdd'
python_version_unsupported = (3, 4, 0)
python_version_deprecated = (3, 4, 0)