summaryrefslogtreecommitdiffstats
path: root/ReleaseConfig
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 19:17:25 (GMT)
committerGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 19:17:25 (GMT)
commit004ba211869e0067da24e21a0f212badfc0bd1d3 (patch)
treec37821b12d23aa0068c39d58a7d36aa6168013b7 /ReleaseConfig
parentf69ca4bdabc5870c6c4d46659ef48242cc99822f (diff)
downloadSCons-004ba211869e0067da24e21a0f212badfc0bd1d3.zip
SCons-004ba211869e0067da24e21a0f212badfc0bd1d3.tar.gz
SCons-004ba211869e0067da24e21a0f212badfc0bd1d3.tar.bz2
Final auto updates for 2.3.0 release.
Diffstat (limited to 'ReleaseConfig')
-rw-r--r--ReleaseConfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/ReleaseConfig b/ReleaseConfig
index c7943a1..b64ebc0 100644
--- a/ReleaseConfig
+++ b/ReleaseConfig
@@ -24,21 +24,22 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
#
# After updating this file, run bin/update-release-info.py <MODE>.
-#
+#
# The version tuple that will be used for the release. The fields are
# (major, minor, micro, type, patchlevel). The release level is one of
# 'alpha', 'beta', 'candidate', or 'final'. If the release type is not
# 'final', the patchlevel is set to the release date. This value is
-# manatory and must be present in this file.
-version_tuple = (2, 2, 0, 'final', 0)
+# mandatory and must be present in this file.
+#version_tuple = (2, 2, 0, 'final', 0)
+version_tuple = (2, 3, 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, 3, 0)
-deprecated_python_version = (2, 4, 0)
+deprecated_python_version = (2, 7, 0)
# If release_date is (yyyy, mm, dd, hh, mm, ss), that is used as the release
# date and time. If release_date is (yyyy, mm, dd), it is used for the