From: Benjamin Peterson Date: Mon, 26 May 2014 22:53:27 +0000 (-0700) Subject: a post 3.4.1 world X-Git-Tag: v3.4.2rc1~494 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7ceefc1a28a79015e6430995ad782ce2cab8a27;p=thirdparty%2FPython%2Fcpython.git a post 3.4.1 world --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 960d7d01867d..c1898f3ee663 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.4.1" +#define PY_VERSION "3.4.1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.