release.py induced and manual editing steps for 3.0a4.

This commit is contained in:
Barry Warsaw 2008-04-02 23:33:27 +00:00
parent dd15bcd581
commit bb5cd08688
6 changed files with 30 additions and 22 deletions

View file

@ -15,14 +15,16 @@
/* Higher for patch releases */
/* Version parsed out into numeric values */
/*--start constants--*/
#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 3
#define PY_RELEASE_SERIAL 4
/* Version as a string */
#define PY_VERSION "3.0a3+"
#define PY_VERSION "3.0a4"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"