diff options
author | Barry Warsaw <barry@python.org> | 2011-06-04 00:02:47 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2011-06-04 00:02:47 (GMT) |
commit | 16ec24a1920dd4e94e2890032b5c4160621d526d (patch) | |
tree | b1222fde01e4cb336002e8319ee1467d3b16c86c /Include | |
parent | 9c53584ebdb45c27d4b9c7cb7235bc5bb77c610f (diff) | |
download | cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.zip cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.gz cpython-16ec24a1920dd4e94e2890032b5c4160621d526d.tar.bz2 |
Replay svn r88850.v2.6.7
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b0f049e..a090202 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,11 +23,11 @@ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 7 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6.7rc2+" +#define PY_VERSION "2.6.7" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |