diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2013-03-04 00:35:55 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2013-03-04 00:35:55 (GMT) |
commit | 4c45692906bc5683442f74216b1ad747d6380df0 (patch) | |
tree | 0c61ea16c7e9bc0f9300415f7c05631f0d09fefc /ReleaseConfig | |
parent | f69ca4bdabc5870c6c4d46659ef48242cc99822f (diff) | |
parent | 4c6d26c342c0563cf2d2ac754f33f54d764f6f74 (diff) | |
download | SCons-4c45692906bc5683442f74216b1ad747d6380df0.zip SCons-4c45692906bc5683442f74216b1ad747d6380df0.tar.gz SCons-4c45692906bc5683442f74216b1ad747d6380df0.tar.bz2 |
Merged rel_2.3.0 branch after release.
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 9 |
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 |