[Python-checkins] cpython (2.7): off to 2.7.12 we go

benjamin.peterson python-checkins at python.org
Sat Dec 5 14:46:37 EST 2015


https://hg.python.org/cpython/rev/2096109fe812
changeset:   99468:2096109fe812
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Dec 05 11:46:21 2015 -0800
summary:
  off to 2.7.12 we go

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.11"
+#define PY_VERSION      	"2.7.11+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list