summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2016-04-09 12:28:47 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2016-04-09 12:28:47 -0700
commitd69df0eea5541155ede98e06bcb03784eb68c120 (patch)
treed451829f9aeb40fa4e7059b532154522e3c6401d /QMTest
parentcd1c3ce59caedc45e3325971011073327bd8afc3 (diff)
downloadscons-d69df0eea5541155ede98e06bcb03784eb68c120.tar.gz
changes for 2.5.0 release
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 43832e89..b71ee626 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -34,9 +34,9 @@ from TestCmd import PIPE
# here provides some independent verification that what we packaged
# conforms to what we expect.
-default_version = '2.4.2.alpha.yyyymmdd'
+default_version = '2.5.0'
-python_version_unsupported = (2, 3, 0)
+python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)
# In the checked-in source, the value of SConsVersion in the following