diff options
| author | William Deegan <bill@baddogconsulting.com> | 2015-07-31 23:18:16 (GMT) |
|---|---|---|
| committer | William Deegan <bill@baddogconsulting.com> | 2015-07-31 23:18:16 (GMT) |
| commit | 31f34b0feb6406f5efb7c854bc46aaea48856f68 (patch) | |
| tree | c326525a5752e655d1c3b8f97e6c89f3229a08b0 /ReleaseConfig | |
| parent | bd632a54a08e200c23a3243f19710ac732c9b77e (diff) | |
| download | SCons-2.3.6.zip SCons-2.3.6.tar.gz SCons-2.3.6.tar.bz2 | |
Final auto updates for 2.3.6 release2.3.6
Diffstat (limited to 'ReleaseConfig')
| -rw-r--r-- | ReleaseConfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index b5623be..284ffe8 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -32,7 +32,8 @@ __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, 6, 'alpha', 0) +version_tuple = (2, 3, 6, 'final', 0) +version_tuple = (2, 3, 6) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |
