From: Larry Hastings Date: Tue, 19 Mar 2019 15:19:22 +0000 (-0700) Subject: Post-release version bump for 3.5.7. X-Git-Tag: v3.5.8rc1~13 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2bb327816d27b663990179f3fd6d77c2daa0494b;p=python Post-release version bump for 3.5.7. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e0cdcf371c..7748c8b80f 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.7" +#define PY_VERSION "3.5.7+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.