diff options
author | William Deegan <bill@baddogconsulting.com> | 2015-08-01 03:33:34 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2015-08-01 03:33:34 (GMT) |
commit | 0e917c316284acc6856d0e5cff81945050c4648d (patch) | |
tree | 25bfa32f034d220162f740a0f16df6301bbbd040 /ReleaseConfig | |
parent | 5d3694daa2fb40c82307f9221a2bea58befd3db7 (diff) | |
download | SCons-0e917c316284acc6856d0e5cff81945050c4648d.zip SCons-0e917c316284acc6856d0e5cff81945050c4648d.tar.gz SCons-0e917c316284acc6856d0e5cff81945050c4648d.tar.bz2 |
post 2.3.6 release changes
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index b5623be..5a191ba 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 = (2, 3, 6, 'alpha', 0) +version_tuple = (2, 3, 8, '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 |