diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-03-10 22:41:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-10 22:41:53 (GMT) |
commit | 1c70cc50d18bf13b1e3496ba6efbf73f8c763853 (patch) | |
tree | ecf498d925864ab8425d1fe3afdfed34f80038d3 /testing | |
parent | 0868f0e7541e39237ef91a5382945679076c1b5d (diff) | |
parent | 491e9bd679a2f12cb4d22be4d179f82b894992e9 (diff) | |
download | SCons-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.py | 2 |
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) |