diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-09-21 17:03:12 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-09-21 17:03:12 (GMT) |
commit | 61aa2966263cdff2cada2f2a9853e982206f989a (patch) | |
tree | 6d33513c14eb6eac0531dd050de0ecca4c39bd79 /ReleaseConfig | |
parent | 093d03ccf05f2a317a6e68efb57f35f79af6d450 (diff) | |
download | SCons-61aa2966263cdff2cada2f2a9853e982206f989a.zip SCons-61aa2966263cdff2cada2f2a9853e982206f989a.tar.gz SCons-61aa2966263cdff2cada2f2a9853e982206f989a.tar.bz2 |
release 2.4.0
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 5a191ba..1026c58 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,7 @@ __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 = (2, 3, 8, 'alpha', 0) +version_tuple = (2, 4, 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |