From: Larry Hastings Date: Tue, 8 Aug 2017 11:08:20 +0000 (-0700) Subject: Post-release version bump for 3.5.4 final. X-Git-Tag: v3.5.5rc1~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=86833a20a52e08bb21c65cc020cc632745273cdc;p=python Post-release version bump for 3.5.4 final. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e8bb02791d..81bbd1980b 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.5.4" +#define PY_VERSION "3.5.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.