summaryrefslogtreecommitdiffstats
path: root/QMTest
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2017-08-23 17:09:31 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2017-08-23 17:09:31 (GMT)
commit59b9369608201789e696b0ce703611716ffb9804 (patch)
tree24119e34735f660abd2ec4ba780c7a75e6f32151 /QMTest
parent4fbf41b05356fb28e894352bf04499d3411067a1 (diff)
downloadSCons-59b9369608201789e696b0ce703611716ffb9804.zip
SCons-59b9369608201789e696b0ce703611716ffb9804.tar.gz
SCons-59b9369608201789e696b0ce703611716ffb9804.tar.bz2
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 6941e1c..61e5012 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)