summaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2019-03-26 23:15:48 (GMT)
committerWilliam Deegan <bill@baddogconsulting.com>2019-03-26 23:15:48 (GMT)
commita56bbd8c09fb219ab8a9673330ffcd55279219d0 (patch)
treebf074d6bd18f0ced68fde4fb7613d655cebf22a3 /testing
parentae01412ebfb2a00f943a0e6fa15e22f49db46434 (diff)
downloadSCons-a56bbd8c09fb219ab8a9673330ffcd55279219d0.zip
SCons-a56bbd8c09fb219ab8a9673330ffcd55279219d0.tar.gz
SCons-a56bbd8c09fb219ab8a9673330ffcd55279219d0.tar.bz2
Release file updates for Release 3.0.53.0.5
Diffstat (limited to 'testing')
-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 ad197d7..91a443e 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.0.5.alpha.yyyymmdd'
+default_version = '3.0.5'
python_version_unsupported = (2, 6, 0)
python_version_deprecated = (2, 7, 0)