[Python-checkins] cpython (2.7): we live in a post 2.7.3 world

benjamin.peterson python-checkins at python.org
Wed Apr 11 22:12:26 CEST 2012


http://hg.python.org/cpython/rev/545f8009f01b
changeset:   76252:545f8009f01b
branch:      2.7
parent:      76202:9649871ef35b
user:        Benjamin Peterson <benjamin at python.org>
date:        Wed Apr 11 16:09:54 2012 -0400
summary:
  we live in a post 2.7.3 world

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