Bump to 3.2b1.

This commit is contained in:
Georg Brandl 2010-12-04 19:09:24 +00:00
parent 46402378ca
commit 41ea8ae667
6 changed files with 23 additions and 24 deletions

View file

@ -19,11 +19,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 2
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
#define PY_RELEASE_SERIAL 4
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 1
/* Version as a string */
#define PY_VERSION "3.2a4+"
#define PY_VERSION "3.2b1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */