diff options
author | William Deegan <bill@baddogconsulting.com> | 2017-11-12 23:31:57 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2017-11-14 15:09:50 (GMT) |
commit | 7bdbc8434d23a18da47a88b761bbce7a11dffea4 (patch) | |
tree | 7964052bf764aa2b2b495cd24524aa0980300d36 /ReleaseConfig | |
parent | 5d87f7f37c6978c58c71aa2f396e912c4478abd9 (diff) | |
download | SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.zip SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.tar.gz SCons-7bdbc8434d23a18da47a88b761bbce7a11dffea4.tar.bz2 |
Update version strings
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index cb2dcf5..0ed1266 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, 2, 0, 'alpha', 0) +version_tuple = (3, 0, 1) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |