diff options
author | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 16:34:35 (GMT) |
---|---|---|
committer | Gary Oberbrunner <garyo@oberbrunner.com> | 2014-08-24 16:34:35 (GMT) |
commit | 3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf (patch) | |
tree | dcecbafd874846f9e4034e2bb174368f37d7cf42 /ReleaseConfig | |
parent | eb71dba8c06d345f325f1be0d9ba0ec59b53a207 (diff) | |
download | SCons-3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf.zip SCons-3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf.tar.gz SCons-3daacb57d4a2deeeddddb54cb17fa79f8ffb7abf.tar.bz2 |
Apply 2.3.3 release auto changes to default branch
Diffstat (limited to 'ReleaseConfig')
-rw-r--r-- | ReleaseConfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 6da53b1..92a016c 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, 1, 'alpha', 0) +version_tuple = (2, 3, 3) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |