bump version to 2.7 rc1

This commit is contained in:
Benjamin Peterson 2010-06-06 00:22:09 +00:00
parent c532c57d44
commit 77d534e59d
6 changed files with 9 additions and 9 deletions

View file

@ -23,11 +23,11 @@
#define PY_MAJOR_VERSION 2
#define PY_MINOR_VERSION 7
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
#define PY_RELEASE_SERIAL 2
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
#define PY_RELEASE_SERIAL 1
/* Version as a string */
#define PY_VERSION "2.7b2+"
#define PY_VERSION "2.7rc1"
/*--end constants--*/
/* Subversion Revision number of this file (not of the repository) */