diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 +0000 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 +0000 |
commit | a7be9d240a9ccd06010384c986f505acf084b6b2 (patch) | |
tree | aa59614d97a5d134282e1a751ddecf7b20c83ced /Include/patchlevel.h | |
parent | Review sysconfig docs. (diff) | |
download | cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.gz cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.bz2 cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.zip |
bump version to 2.7a3v2.7a3
Diffstat (limited to 'Include/patchlevel.h')
-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 a6e89f0eda9..9edddf696f1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,10 +24,10 @@ #define PY_MINOR_VERSION 7 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "2.7a2+" +#define PY_VERSION "2.7a3" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |