From: Benjamin Peterson Date: Fri, 8 Jul 2011 18:39:35 +0000 (-0500) Subject: add patchlevel to version string X-Git-Tag: v3.3.0a1~1938 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ae10c0653e5469e7f41f12cee35bfe653a389cbc;p=thirdparty%2FPython%2Fcpython.git add patchlevel to version string --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index d68443e0a8ab..4996e8e6c815 100644 --- 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.