From: Ned Deily Date: Wed, 6 Sep 2017 23:19:05 +0000 (-0700) Subject: Bump version for post 3.3.7rc1 X-Git-Tag: v3.3.7~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b86b448000c2cef2e04ba0b91cdb5d0894a431d;p=thirdparty%2FPython%2Fcpython.git Bump version for post 3.3.7rc1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 0f9de5a64f2e..550bcb267632 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.3.7rc1" +#define PY_VERSION "3.3.7rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.