summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-05 15:57:53 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-03-05 15:57:53 (GMT)
commitf0f48202c59f8d00f47aaec25986d343e3c72ca4 (patch)
tree26c3be5cb0d2543722307e68386a54d154f5441c /testing
parent96380855bb73cd6b061d067b0059fbbb6573e020 (diff)
downloadSCons-f0f48202c59f8d00f47aaec25986d343e3c72ca4.zip
SCons-f0f48202c59f8d00f47aaec25986d343e3c72ca4.tar.gz
SCons-f0f48202c59f8d00f47aaec25986d343e3c72ca4.tar.bz2
[skip ci] reset to develop mode3.0.5a2
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 57b300d..ad197d7 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 = '3.0.4'
+default_version = '3.0.5.alpha.yyyymmdd'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)