[Python-checkins] cpython (3.2): Post-release version bump.

georg.brandl python-checkins at python.org
Sun Sep 4 08:42:48 CEST 2011


http://hg.python.org/cpython/rev/792606c351cf
changeset:   72266:792606c351cf
branch:      3.2
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 04 08:36:22 2011 +0200
summary:
  Post-release 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
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL	0
 
 /* Version as a string */
-#define PY_VERSION      	"3.2.2"
+#define PY_VERSION      	"3.2.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