diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-09-27 19:56:46 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-09-27 19:56:46 (GMT) |
commit | 03a83a3d4cb16181642bd85b72d70f26d79ee290 (patch) | |
tree | eadd9498cfc42d561f4e266b2a0578b8a7badfb4 /ReleaseConfig | |
parent | fc66ae179da0e407b43f572f45d8656ba6b42a78 (diff) | |
download | SCons-03a83a3d4cb16181642bd85b72d70f26d79ee290.zip SCons-03a83a3d4cb16181642bd85b72d70f26d79ee290.tar.gz SCons-03a83a3d4cb16181642bd85b72d70f26d79ee290.tar.bz2 |
Put default branch back to develop mode, post 2.3.4.
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 9d06967..0735012 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, 4, 'alpha', 0) +version_tuple = (2, 3, 5, 'alpha', 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |