diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-01-01 17:49:23 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-01-01 17:49:23 (GMT) |
commit | 16778d084120c7c20e2ff6a5fe05145a2ad68441 (patch) | |
tree | b150aac0c95efaf07056e5c03922f6558074e18b /ReleaseConfig | |
parent | 8bcbf788a94dd8067ab0e5bccf1c0f0e9bc62a76 (diff) | |
download | SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.zip SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.tar.gz SCons-16778d084120c7c20e2ff6a5fe05145a2ad68441.tar.bz2 |
Updates for 3.0.2 release
Diffstat (limited to 'ReleaseConfig')
-rwxr-xr-x | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 2e2e1e7..16d50e0 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, 2, 'final', 0) +version_tuple = (3, 0, 2) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |