summaryrefslogtreecommitdiffstats
path: root/testing/framework
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-01-01 17:49:23 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-01-01 17:49:23 (GMT)
commit16778d084120c7c20e2ff6a5fe05145a2ad68441 (patch)
treeb150aac0c95efaf07056e5c03922f6558074e18b /testing/framework
parent8bcbf788a94dd8067ab0e5bccf1c0f0e9bc62a76 (diff)
downloadSCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.zip
SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.tar.gz
SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.tar.bz2
Updates for 3.0.2 release
Diffstat (limited to 'testing/framework')
-rw-r--r--testing/framework/TestSCons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py
index a874e5a..ee8f0ec 100644
--- a/testing/framework/TestSCons.py
+++ b/testing/framework/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.1.0.alpha.yyyymmdd'
+default_version = '3.0.2'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)