[Python-checkins] cpython (3.3): Post-release update for 3.3.1

georg.brandl python-checkins at python.org
Sat Apr 6 16:44:44 CEST 2013


http://hg.python.org/cpython/rev/992125c7faa4
changeset:   83146:992125c7faa4
branch:      3.3
user:        Georg Brandl <georg at python.org>
date:        Sat Apr 06 16:43:06 2013 +0200
summary:
  Post-release update for 3.3.1

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.3.1"
+#define PY_VERSION      	"3.3.1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

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


More information about the Python-checkins mailing list