diff options
author | Barry Warsaw <barry@python.org> | 2008-10-02 03:33:51 +0000 |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2008-10-02 03:33:51 +0000 |
commit | 07475c3328ec311ebf0b20a93c0cdf4d2c3882ac (patch) | |
tree | acaaa3767d396968c4e5ac08f6d65becc1c8f486 /Include/patchlevel.h | |
parent | 3743d85982a9794975d35b0fbacd7759ee31ca9d (diff) | |
download | cpython-07475c3328ec311ebf0b20a93c0cdf4d2c3882ac.tar.gz |
Bump to 2.7a0
Diffstat (limited to 'Include/patchlevel.h')
-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 287904802c..2c4a69ade5 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,13 +21,13 @@ /* Version parsed out into numeric values */ /*--start constants--*/ #define PY_MAJOR_VERSION 2 -#define PY_MINOR_VERSION 6 +#define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "2.6" +#define PY_VERSION "2.7a0" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |