diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-03-27 00:12:08 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-03-27 00:12:08 (GMT) |
commit | 607c1a0426f93a53dba0b9639683d29391c0801a (patch) | |
tree | 222529dd1c25619dd608bc627a90213bfd6eb576 /ReleaseConfig | |
parent | cf2867cbb3a0702b2dca8e57a625b35df3eac014 (diff) | |
download | SCons-607c1a0426f93a53dba0b9639683d29391c0801a.zip SCons-607c1a0426f93a53dba0b9639683d29391c0801a.tar.gz SCons-607c1a0426f93a53dba0b9639683d29391c0801a.tar.bz2 |
Reset to development post merge from release branch
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-x | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 871324e..ca7e1cf 100755 --- 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 = (3, 0, 5) +version_tuple = (3, 0, 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 |