summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-09-18 15:38:46 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-09-18 15:38:46 (GMT)
commit57759bfeb03965586bd2b6fcf7438939207077f1 (patch)
tree0348f56f60e827bb4b3d180403777697938e72a7 /QMTest
parenta472691187c8589df1302478a03e9f6be08d5fdc (diff)
downloadSCons-57759bfeb03965586bd2b6fcf7438939207077f1.zip
SCons-57759bfeb03965586bd2b6fcf7438939207077f1.tar.gz
SCons-57759bfeb03965586bd2b6fcf7438939207077f1.tar.bz2
Updates for 3.0.0 release
Diffstat (limited to 'QMTest')
-rw-r--r--QMTest/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/QMTest/TestSCons.py b/QMTest/TestSCons.py
index 61e5012..b5f2953 100644
--- a/QMTest/TestSCons.py
+++ b/QMTest/TestSCons.py
@@ -35,7 +35,7 @@ from TestCmd import PIPE
# here provides some independent verification that what we packaged
# conforms to what we expect.
-default_version = '3.0.0.alpha.20170821'
+default_version = '3.0.0'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)