[Python-checkins] cpython (2.7): onto 2.7.3

benjamin.peterson python-checkins at python.org
Sat Jun 11 18:34:07 CEST 2011


http://hg.python.org/cpython/rev/35c5d20edb38
changeset:   70785:35c5d20edb38
branch:      2.7
parent:      70779:31afae5c2a8d
user:        Benjamin Peterson <benjamin at python.org>
date:        Sat Jun 11 11:33:54 2011 -0500
summary:
  onto 2.7.3

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.2"
+#define PY_VERSION      	"2.7.2+"
 /*--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