https://hg.python.org/cpython/rev/7a8c8538bdb8 changeset: 102176:7a8c8538bdb8 branch: 2.7 user: Benjamin Peterson <benjamin at python.org> date: Sat Jun 25 14:04:38 2016 -0700 summary: post 2.7.12 version 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.12" +#define PY_VERSION "2.7.12+" /*--end constants--*/ /* Subversion Revision number of this file (not of the repository). Empty -- Repository URL: https://hg.python.org/cpython