From: Georg Brandl Date: Sat, 6 Apr 2013 14:43:06 +0000 (+0200) Subject: Post-release update for 3.3.1 X-Git-Tag: v3.3.2~161 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf561020a7af9a72079be2ab3d848e3ee13e92f1;p=thirdparty%2FPython%2Fcpython.git Post-release update for 3.3.1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1aaa2b8379c5..09a48595623d 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.3.1" +#define PY_VERSION "3.3.1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.