[Python-checkins] cpython: add patchlevel to version string

benjamin.peterson python-checkins at python.org
Fri Jul 8 20:35:31 CEST 2011


http://hg.python.org/cpython/rev/2ebcbdca0dee
changeset:   71263:2ebcbdca0dee
parent:      71244:71a1f53c8203
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jul 08 13:39:35 2011 -0500
summary:
  add patchlevel to version string

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