From: Larry Hastings Date: Mon, 5 Feb 2018 00:37:45 +0000 (-0800) Subject: Post-release bump for Python 3.4.8. X-Git-Tag: v3.4.9rc1~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f584ecdef652e88507e4bf85cbc024fa2f3f270f;p=thirdparty%2FPython%2Fcpython.git Post-release bump for Python 3.4.8. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b4a73a74fa3f..a0b52ff79a2d 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.8" +#define PY_VERSION "3.4.8+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.