From a2795b63dd02ecddd8a0109dcc1b64108f68eace Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 29 Sep 2014 22:20:31 +0200 Subject: Imported Upstream version 2.3.4 --- QMTest/TestSCons.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'QMTest/TestSCons.py') diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py index eac25d1..35ed918 100644 --- a/QMTest/TestSCons.py +++ b/QMTest/TestSCons.py @@ -15,7 +15,7 @@ attributes defined in this subclass. # Copyright (c) 2001 - 2014 The SCons Foundation from __future__ import division -__revision__ = "QMTest/TestSCons.py 2014/08/24 12:12:31 garyo" +__revision__ = "QMTest/TestSCons.py 2014/09/27 12:51:43 garyo" 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.3.3' +default_version = '2.3.4' python_version_unsupported = (2, 3, 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.3.3' +SConsVersion = '2.3.4' if SConsVersion == '__' + 'VERSION' + '__': SConsVersion = default_version -- cgit v1.2.3