diff options
| author | GaryO <139975+garyo@users.noreply.github.com> | 2012-08-05 21:33:42 (GMT) |
|---|---|---|
| committer | GaryO <139975+garyo@users.noreply.github.com> | 2012-08-05 21:33:42 (GMT) |
| commit | 2810b4ddf14aad185db832d1ce30a6c19d86c8b9 (patch) | |
| tree | 0c53f4fbbd4fd26fbf0c50792917e3ffdc2b0cd8 /ReleaseConfig | |
| parent | 55b40812a9bb8b45ebbd3f5c2ed14293b924308c (diff) | |
| download | SCons-2.2.0.zip SCons-2.2.0.tar.gz SCons-2.2.0.tar.bz2 | |
Final auto updates for 2.2.0 release.2.2.0
Diffstat (limited to 'ReleaseConfig')
| -rw-r--r-- | ReleaseConfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ReleaseConfig b/ReleaseConfig index 0a5e606..a3e30fc 100644 --- a/ReleaseConfig +++ b/ReleaseConfig @@ -31,7 +31,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" # 'alpha', 'beta', 'candidate', or 'final'. If the release type is not # 'final', the patchlevel is set to the release date. This value is # manatory and must be present in this file. -version_tuple = (2, 2, 0, 'final', 0) +#version_tuple = (2, 2, 0, 'final', 0) +version_tuple = (2, 2, 0) # Python versions prior to unsupported_python_version cause a fatal error # when that version is used. Python versions prior to deprecate_python_version |
