diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-11-14 23:11:50 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-11-14 23:11:50 (GMT) |
commit | 0b8a2ac3b7f2eea24a374600ac617a76c6c1cae1 (patch) | |
tree | ba1edfbeeb5d5309879f015c7b7bebe21f98df8e /ReleaseConfig | |
parent | 1a765337ba4170e5cd9d1dfa61374b89679d78fd (diff) | |
download | SCons-master.zip SCons-master.tar.gz SCons-master.tar.bz2 |
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 0ed1266..c9d98e3 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 = (3, 0, 1) +version_tuple = (3, 1, 0, '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 |