diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-02-06 16:37:32 (GMT) |
commit | a7be9d240a9ccd06010384c986f505acf084b6b2 (patch) | |
tree | aa59614d97a5d134282e1a751ddecf7b20c83ced /Include | |
parent | b79dc307ad9ccf963286a785202b97035f121dec (diff) | |
download | cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.zip cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.gz cpython-a7be9d240a9ccd06010384c986f505acf084b6b2.tar.bz2 |
bump version to 2.7a3v2.7a3
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 a6e89f0..9edddf6 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) */ |