diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-20 22:51:22 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-20 22:51:22 (GMT) |
commit | 3a41ed6b288cee8d085373ad7fa02894e1903864 (patch) | |
tree | b8c1a4d1220f635ea39805d99d9978558db41e58 /testing | |
parent | d936671a277346ea575a4ba1422ab06c4b8c9ad8 (diff) | |
download | SCons-3a41ed6b288cee8d085373ad7fa02894e1903864.zip SCons-3a41ed6b288cee8d085373ad7fa02894e1903864.tar.gz SCons-3a41ed6b288cee8d085373ad7fa02894e1903864.tar.bz2 |
Updated files per ReleaseConfig for 3.0.4 release
Diffstat (limited to 'testing')
-rw-r--r-- | testing/framework/TestSCons.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/framework/TestSCons.py b/testing/framework/TestSCons.py index b543c07..38ffd08 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.3' +default_version = '3.0.4' python_version_unsupported = (2, 6, 0) python_version_deprecated = (2, 7, 0) |