summaryrefslogtreecommitdiff
path: root/ReleaseConfig
diff options
context:
space:
mode:
authorWilliam Deegan <bill@baddogconsulting.com>2020-07-04 13:33:21 -0700
committerWilliam Deegan <bill@baddogconsulting.com>2020-07-04 13:33:21 -0700
commitb6146ebfb1e7a8fa2631a0696c213ca05ca86e57 (patch)
tree35fdbff50ba668764598f357828f95a3678b3b7f /ReleaseConfig
parentfffb1335bc7600733a71a48de5162fe1f6d9df7d (diff)
downloadscons-git-b6146ebfb1e7a8fa2631a0696c213ca05ca86e57.tar.gz
updates for 4.0.0 release
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-xReleaseConfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/ReleaseConfig b/ReleaseConfig
index 64de6400b..e4ec4f34a 100755
--- a/ReleaseConfig
+++ b/ReleaseConfig
@@ -32,13 +32,13 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
# '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 = (3, 1, 3, 'dev', 0)
+version_tuple = (4,0,0)
# Python versions prior to unsupported_python_version cause a fatal error
# when that version is used. Python versions prior to deprecate_python_version
# cause a warning to be issued (assuming it's not disabled). These values are
# mandatory and must be present in the configuration file.
-unsupported_python_version = (2, 6, 0)
+unsupported_python_version = (2, 7, 0)
deprecated_python_version = (2, 7, 0)
# If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release