summaryrefslogtreecommitdiff
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-23 10:09:31 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-23 10:09:31 -0700
commit8581dbbe2d5a9e61793178b0ef8a772aaed9f154 (patch)
tree24119e34735f660abd2ec4ba780c7a75e6f32151 /QMTest
parentae2780466493971c914a6da001daa2c97dbc5eac (diff)
downloadscons-8581dbbe2d5a9e61793178b0ef8a772aaed9f154.tar.gz
version string changes for 3.0.0 alpha
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 6941e1c5..61e50125 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.20170614'
+default_version = '3.0.0.alpha.20170821'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)