diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-11-12 23:31:57 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-11-14 15:09:50 (GMT) |
commit | 7bdbc8434d23a18da47a88b761bbce7a11dffea4 (patch) | |
tree | 7964052bf764aa2b2b495cd24524aa0980300d36 /QMTest | |
parent | 5d87f7f37c6978c58c71aa2f396e912c4478abd9 (diff) | |
download | SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.zip SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.tar.gz SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.tar.bz2 |
Update version strings
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 b5f2953..82e5583 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' +default_version = '3.0.1' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |