https://hg.python.org/cpython/rev/e0129395724d changeset: 93816:e0129395724d branch: 2.7 parent: 93813:d3d04d5aace8 user: Benjamin Peterson <benjamin at python.org> date: Wed Dec 10 11:57:12 2014 -0500 summary: move 2.7 branch to 2.7.9+ 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 0 /* Version as a string */ -#define PY_VERSION "2.7.9" +#define PY_VERSION "2.7.9+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty -- Repository URL: https://hg.python.org/cpython