diff options
author | William Deegan <bill@baddogconsulting.com> | 2021-11-17 12:38:09 -0500 |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2021-11-17 12:38:09 -0500 |
commit | 52ec0bc7760208f9576677d393dcd635f71d50b9 (patch) | |
tree | 5524c98609a12579b88916f1dd6ffb222b18d3e6 /testing/framework/TestSCons.py | |
parent | c2d1f09f615a9ef3fb5497a7e8e5ee2c900d21a7 (diff) | |
download | scons-git-rel_4.3.0.tar.gz |
Post releaserel_4.3.0
Diffstat (limited to 'testing/framework/TestSCons.py')
-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 29bd1235e..6bc5c060b 100644 --- a/testing/framework/TestSCons.py +++ b/testing/framework/TestSCons.py @@ -55,7 +55,7 @@ from TestCmd import PIPE # here provides some independent verification that what we packaged # conforms to what we expect. -default_version = '4.3.0ayyyymmdd' +default_version = '4.4.0ayyyymmdd' # TODO: these need to be hand-edited when there are changes python_version_unsupported = (3, 4, 0) |