diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-08-23 17:09:31 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-08-23 17:09:31 (GMT) |
commit | 59b9369608201789e696b0ce703611716ffb9804 (patch) | |
tree | 24119e34735f660abd2ec4ba780c7a75e6f32151 /QMTest | |
parent | 4fbf41b05356fb28e894352bf04499d3411067a1 (diff) | |
download | SCons-59b9369608201789e696b0ce703611716ffb9804.zip SCons-59b9369608201789e696b0ce703611716ffb9804.tar.gz SCons-59b9369608201789e696b0ce703611716ffb9804.tar.bz2 |
version string changes for 3.0.0 alpha
Diffstat (limited to 'QMTest')
-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 6941e1c..61e5012 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.0.alpha.20170614' +default_version = '3.0.0.alpha.20170821' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |