preparing for 2.5c1

This commit is contained in:
Anthony Baxter 2006-08-16 03:42:26 +00:00
parent 2a7ff297c5
commit b409666e8c
7 changed files with 9 additions and 9 deletions

View file

@ -22,11 +22,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 5
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 3
/* Version as a string */
#define PY_VERSION "2.5b3"
#define PY_VERSION "2.5c1"
/* Subversion Revision number of this file (not of the repository) */
#define PY_PATCHLEVEL_REVISION "$Revision$"