diff options
author | Georg Brandl <georg@python.org> | 2014-10-04 12:15:42 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-04 12:15:42 (GMT) |
commit | e800a0e1c2b93f185580ae3926b239e2944b56d9 (patch) | |
tree | cdf88d6bf63441c888d4aeeeb1ef99a0554479d3 /Include | |
parent | 4480d30b8b69ce33f7fa98d9f38cdee343d1d2f3 (diff) | |
download | cpython-e800a0e1c2b93f185580ae3926b239e2944b56d9.zip cpython-e800a0e1c2b93f185580ae3926b239e2944b56d9.tar.gz cpython-e800a0e1c2b93f185580ae3926b239e2944b56d9.tar.bz2 |
Bump to 3.2.6rc1
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 4ba3b06..b3e5422 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 2 -#define PY_MICRO_VERSION 5 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL -#define PY_RELEASE_SERIAL 0 +#define PY_MICRO_VERSION 6 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.2.5" +#define PY_VERSION "3.2.6rc1" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty |