From: Georg Brandl Date: Sun, 17 Nov 2013 08:17:40 +0000 (+0100) Subject: Post-release bump. X-Git-Tag: v3.4.0b1~230^2^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1d2436a5814fdbfe5a032934fe09489a33f0fb0a;p=thirdparty%2FPython%2Fcpython.git Post-release bump. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 69ab168b5d69..054b9eb5dbb6 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.3" +#define PY_VERSION "3.3.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.