diff options
author | Benjamin Peterson <benjamin@python.org> | 2014-11-26 00:27:24 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2014-11-26 00:27:24 (GMT) |
commit | af358ef3998dab057829a83a00f0cd92fc7a9978 (patch) | |
tree | f523d209a2d5068c886d7ec4a15312298f2a3a53 /Include | |
parent | d58cec2a8799a483bd4b7b9298491514895e9fdf (diff) | |
download | cpython-2.7.9rc1.zip cpython-2.7.9rc1.tar.gz cpython-2.7.9rc1.tar.bz2 |
2.7.9rc1v2.7.9rc1
Diffstat (limited to 'Include')
-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 bd6bd84..e2915f1 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 8 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 9 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.8+" +#define PY_VERSION "2.7.9rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |