diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-18 04:01:38 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-08-18 04:01:38 (GMT) |
commit | b671c9309a07de3e6a636ae1b06278696708e8c8 (patch) | |
tree | 9ef19358795943b376f3c732126273c8e54346d5 /Include | |
parent | 92422fb33b95f481a736c45700570081e8819e60 (diff) | |
download | cpython-b671c9309a07de3e6a636ae1b06278696708e8c8.zip cpython-b671c9309a07de3e6a636ae1b06278696708e8c8.tar.gz cpython-b671c9309a07de3e6a636ae1b06278696708e8c8.tar.bz2 |
More post-release wibble
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index db8388d..75cd8d2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,13 +20,13 @@ /* Version parsed out into numeric values */ #define PY_MAJOR_VERSION 2 -#define PY_MINOR_VERSION 5 +#define PY_MINOR_VERSION 6 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.5c1" +#define PY_VERSION "2.6a1" /* Subversion Revision number of this file (not of the repository) */ #define PY_PATCHLEVEL_REVISION "$Revision$" |