diff options
author | GaryO <139975+garyo@users.noreply.github.com> | 2014-09-27 19:37:29 (GMT) |
---|---|---|
committer | GaryO <139975+garyo@users.noreply.github.com> | 2014-09-27 19:37:29 (GMT) |
commit | b71846b22be3f3f743ffcbe480650086c34e7338 (patch) | |
tree | cd14038afcba27ebcb067efa1981723c6398789e /QMTest/TestSCons.py | |
parent | 3f8ea208aee0eb0c3db951bf6ef355c90baa3aa3 (diff) | |
download | SCons-2.3.4.zip SCons-2.3.4.tar.gz SCons-2.3.4.tar.bz2 |
final auto updates for 2.3.4 release2.3.4
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 3c94dcd..8635f8e 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.3' +default_version = '2.3.4' python_version_unsupported = (2, 3, 0) python_version_deprecated = (2, 7, 0) |