diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-04 08:46:46 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2016-11-04 08:46:46 +0100 |
commit | 4c7fed99e5554ba71d62987c0ec5f1302011b122 (patch) | |
tree | 250e3df1c8840e7b8c0838db52a98d8622cb4103 /QMTest/TestSCons.py | |
parent | 301edd26f23e3d954dcea5cffc1ad13f969822ca (diff) |
New upstream version 2.5.1+repackupstream/2.5.1+repack
Diffstat (limited to 'QMTest/TestSCons.py')
-rw-r--r-- | QMTest/TestSCons.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index fdd3ec8..1161d50 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -15,7 +15,7 @@ attributes defined in this subclass. # Copyright (c) 2001 - 2016 The SCons Foundation from __future__ import division -__revision__ = "QMTest/TestSCons.py rel_2.5.0:3543:937e55cd78f7 2016/04/09 11:29:54 bdbaddog" +__revision__ = "QMTest/TestSCons.py rel_2.5.1:3735:9dc6cee5c168 2016/11/03 14:02:02 bdbaddog" import os import re @@ -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.5.0' +default_version = '2.5.1' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) @@ -43,7 +43,7 @@ python_version_deprecated = (2, 7, 0) # line must remain "__ VERSION __" (without the spaces) so the built # version in build/QMTest/TestSCons.py contains the actual version # string of the packages that have been built. -SConsVersion = '2.5.0' +SConsVersion = '2.5.1' if SConsVersion == '__' + 'VERSION' + '__': SConsVersion = default_version |