diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 16:34:35 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 16:34:35 (GMT) |
commit | 3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf (patch) | |
tree | dcecbafd874846f9e4034e2bb174368f37d7cf42 /QMTest/TestSCons.py | |
parent | eb71dba8c06d345f325f1be0d9ba0ec59b53a207 (diff) | |
download | SCons-3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf.zip SCons-3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf.tar.gz SCons-3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf.tar.bz2 |
Apply 2.3.3 release auto changes to default branch
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 9434bb1..3c94dcd 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.1.alpha.yyyymmdd' +default_version = '2.3.3' python_version_unsupported = (2, 3, 0) python_version_deprecated = (2, 7, 0) |