diff options
author | Barry Warsaw <barry@python.org> | 2009-04-07 01:54:02 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2009-04-07 01:54:02 (GMT) |
commit | 90971e0cd278a9697684eff14d741c8de58ae5d4 (patch) | |
tree | 07882bc9ab587756d8ab07e096f02766763c63d2 /Include | |
parent | 2b4857379412492b9a830d75cb289ec74188e530 (diff) | |
download | cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.zip cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.gz cpython-90971e0cd278a9697684eff14d741c8de58ae5d4.tar.bz2 |
Bump to 2.6.2c1.
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 5ce83bc..f218bbe 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,12 +22,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 6 -#define PY_MICRO_VERSION 1 +#define PY_MICRO_VERSION 2 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6.1+" +#define PY_VERSION "2.6.2c1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |