summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-10 22:41:53 (GMT)
committerGitHub <noreply@github.com>2019-03-10 22:41:53 (GMT)
commit1c70cc50d18bf13b1e3496ba6efbf73f8c763853 (patch)
treeecf498d925864ab8425d1fe3afdfed34f80038d3 /testing
parent0868f0e7541e39237ef91a5382945679076c1b5d (diff)
parent491e9bd679a2f12cb4d22be4d179f82b894992e9 (diff)
downloadSCons-1c70cc50d18bf13b1e3496ba6efbf73f8c763853.zip
SCons-1c70cc50d18bf13b1e3496ba6efbf73f8c763853.tar.gz
SCons-1c70cc50d18bf13b1e3496ba6efbf73f8c763853.tar.bz2
Merge branch 'master' into scons-time-fixes
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)