From: Larry Hastings Date: Wed, 9 Sep 2015 13:45:19 +0000 (-0700) Subject: Post-release update for Python 3.5.0rc4. X-Git-Tag: v3.5.0~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03728fac15204428ac4282710944170cb8f0b613;p=python Post-release update for Python 3.5.0rc4. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 587e936644..f0ca3a1b08 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.5.0rc4" +#define PY_VERSION "3.5.0rc4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.