diff options
author | William Deegan <bill@baddogconsulting.com> | 2023-11-20 19:40:48 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2023-11-20 19:40:48 (GMT) |
commit | b760704543953ca82a9d9a422667394c4fcb39b9 (patch) | |
tree | 164255a6e8b9ae16372431dbf88853a227bc6ff0 | |
parent | 0265b1aa1271b39cc2d4a02ffb711c1394598c37 (diff) | |
download | SCons-b760704543953ca82a9d9a422667394c4fcb39b9.zip SCons-b760704543953ca82a9d9a422667394c4fcb39b9.tar.gz SCons-b760704543953ca82a9d9a422667394c4fcb39b9.tar.bz2 |
Fix ReleaseConfig to expect next release is 4.6.1
-rwxr-xr-x | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 7efd229..7ad834f 100755 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -31,7 +31,7 @@ # If the release type is not 'final', the patchlevel is set to the # release date. This value is mandatory and must be present in this file. #version_tuple = (2, 2, 0, 'final', 0) -version_tuple = (4, 7, 0, 'a', 0) +version_tuple = (4, 6, 1, 'a', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |