summaryrefslogtreecommitdiff
path: root/ReleaseConfig
diff options
context:
space:
mode:
authorGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 14:17:25 -0500
committerGary Oberbrunner <garyo@oberbrunner.com>2013-03-02 14:17:25 -0500
commit303eb0702fe24a9d2c5d8aa4024cd62abe513dda (patch)
tree3d0f1e2ce7a4c5868d597c6af12ef16d09b52fa8 /ReleaseConfig
parent5a663937aae2e30cdcba42eb6e061998850645ea (diff)
downloadscons-303eb0702fe24a9d2c5d8aa4024cd62abe513dda.tar.gz
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 c7943a1c..b64ebc04 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