diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-06-20 23:37:21 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-06-20 23:37:21 (GMT) |
commit | 6a841c8066c8a44a5f215e2d88d0e55fb9191e58 (patch) | |
tree | 9b20be255c2f22ba25b44217e34b01ff485019f3 /ReleaseConfig | |
parent | 0446ed1d72ba7fdabce2b74acccc74cb7bbc9b0f (diff) | |
download | SCons-6a841c8066c8a44a5f215e2d88d0e55fb9191e58.zip SCons-6a841c8066c8a44a5f215e2d88d0e55fb9191e58.tar.gz SCons-6a841c8066c8a44a5f215e2d88d0e55fb9191e58.tar.bz2 |
post release changes back to develop settings
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 44fe657..b5623be 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, 5) +version_tuple = (2, 3, 6, '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 |