diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-06 20:34:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-06 20:34:14 (GMT) |
commit | 8e7c1178a03de3e0bff7b019a56ff9a3493b0929 (patch) | |
tree | 4f54722ccd0d34ad760ba300f1a3e24ce30e4629 /Include | |
parent | 632df993dc638428e69b9b236477e97b70707753 (diff) | |
download | cpython-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.zip cpython-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.tar.gz cpython-8e7c1178a03de3e0bff7b019a56ff9a3493b0929.tar.bz2 |
bump version to 2.7a4v2.7a4
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 70fb530..301bfbe 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 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "2.7a3+" +#define PY_VERSION "2.7a4" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository) */ |