Bump to 3.0b1

This commit is contained in:
Barry Warsaw 2008-06-19 00:35:43 +00:00
parent ce943b6e22
commit c1e689ec96
7 changed files with 16 additions and 10 deletions

View file

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