diff options
| author | Barry Warsaw <barry@python.org> | 2012-04-10 14:59:35 (GMT) |
|---|---|---|
| committer | Barry Warsaw <barry@python.org> | 2012-04-10 14:59:35 (GMT) |
| commit | a12d0ccfbe189ba7f3ed99cb1feac69aa03d7fe0 (patch) | |
| tree | 15a35bc82f61c6a561eca26c04f4bdb50af9dff6 /Include | |
| parent | 75076b4971b26cff889dc33e84a579dc3e91a32e (diff) | |
| download | cpython-2.6.8.zip cpython-2.6.8.tar.gz cpython-2.6.8.tar.bz2 | |
Bump to 2.6.8v2.6.8
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 955e650..f565752 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 8 -#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.8rc2" +#define PY_VERSION "2.6.8" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |
