summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-09-18 08:38:46 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-09-18 08:38:46 -0700
commit2a3bc3d414f202e823b6d7e2a8ba2ec3a429f65a (patch)
tree0348f56f60e827bb4b3d180403777697938e72a7 /QMTest
parentfeceb48d0b9a73bf19cd379f6549a1564a770058 (diff)
downloadscons-2a3bc3d414f202e823b6d7e2a8ba2ec3a429f65a.tar.gz
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 61e50125..b5f29535 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)