http://hg.python.org/cpython/rev/9f714c8ce025 changeset: 82910:9f714c8ce025 branch: 2.7 user: Benjamin Peterson <benjamin at python.org> date: Sat Mar 23 10:19:40 2013 -0500 summary: after 2.7.4rc1 bump files: Include/patchlevel.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -27,7 +27,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "2.7.4rc1" +#define PY_VERSION "2.7.4rc1+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty -- Repository URL: http://hg.python.org/cpython