diff options
author | Benjamin Peterson <benjamin@python.org> | 2011-05-29 16:50:27 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2011-05-29 16:50:27 -0500 |
commit | cd2070590286b52b7aebfb4ed4fe409ac759f94d (patch) | |
tree | b4f7bf0ef94bd67e44f9d9eab838642380738546 /Include/patchlevel.h | |
parent | 8c0c9d2641c95654d07b28ea9439271d0f1b40cb (diff) | |
download | cpython-git-2.7.2rc1.tar.gz |
bump to 2.7.2rc1v2.7.2rc1
Diffstat (limited to 'Include/patchlevel.h')
-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 12f599c75b..1fc8cc2b97 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -22,12 +22,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 2 #define PY_MINOR_VERSION 7 -#define PY_MICRO_VERSION 1 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 2 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.1+" +#define PY_VERSION "2.7.2rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |