[Python-checkins] cpython (2.7): post 2.7.7 version bump

benjamin.peterson python-checkins at python.org
Sun Jun 1 00:25:44 CEST 2014


http://hg.python.org/cpython/rev/076705776bbe
changeset:   90935:076705776bbe
branch:      2.7
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat May 31 15:25:38 2014 -0700
summary:
  post 2.7.7 version 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	0
 
 /* Version as a string */
-#define PY_VERSION      	"2.7.7"
+#define PY_VERSION      	"2.7.7+"
 /*--end constants--*/
 
 /* Subversion Revision number of this file (not of the repository). Empty

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


More information about the Python-checkins mailing list