From: Larry Hastings Date: Wed, 9 Aug 2017 07:36:14 +0000 (-0700) Subject: Post-release bump for 3.4.7 final. X-Git-Tag: v3.4.8rc1~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ed51967c7352c0cfca08d2efb4c6e7c54d147374;p=thirdparty%2FPython%2Fcpython.git Post-release bump for 3.4.7 final. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 44a6c71d07f3..24a50fb25767 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.7" +#define PY_VERSION "3.4.7+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.