diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-07-31 23:18:16 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-07-31 23:18:16 (GMT) |
commit | 31f34b0feb6406f5efb7c854bc46aaea48856f68 (patch) | |
tree | c326525a5752e655d1c3b8f97e6c89f3229a08b0 /QMTest/TestSCons.py | |
parent | bd632a54a08e200c23a3243f19710ac732c9b77e (diff) | |
download | SCons-2.3.6.zip SCons-2.3.6.tar.gz SCons-2.3.6.tar.bz2 |
Final auto updates for 2.3.6 release2.3.6
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 bae96e6..a9b4e3e 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -34,7 +34,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '2.3.5' +default_version = '2.3.6' python_version_unsupported = (2, 3, 0) python_version_deprecated = (2, 7, 0) |