From: Larry Hastings Date: Tue, 25 Jul 2017 08:58:59 +0000 (-0700) Subject: Post-release bump for 3.4.7rc1. X-Git-Tag: v3.4.7~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5c673dd27ee4db4d62da4d96a384c64e245e8b36;p=thirdparty%2FPython%2Fcpython.git Post-release bump for 3.4.7rc1. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 38424ba4b47b..02c8f95cf47f 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.4.7rc1" +#define PY_VERSION "3.4.7rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.