diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-11-14 23:11:50 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-11-14 23:11:50 (GMT) |
commit | 0b8a2ac3b7f2eea24a374600ac617a76c6c1cae1 (patch) | |
tree | ba1edfbeeb5d5309879f015c7b7bebe21f98df8e /QMTest/TestSCons.py | |
parent | 1a765337ba4170e5cd9d1dfa61374b89679d78fd (diff) | |
download | SCons-master.zip SCons-master.tar.gz SCons-master.tar.bz2 |
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r-- | QMTest/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index 82e5583..eccad9d 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/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.1' +default_version = '3.1.0.alpha.yyyymmdd' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |