From: Larry Hastings Date: Sat, 2 Nov 2019 00:18:54 +0000 (-0700) Subject: Post-release update for 3.5.9 final. X-Git-Tag: v3.5.10rc1~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=276eb67c29d05a93fbc22eea5470282e73700d20;p=thirdparty%2FPython%2Fcpython.git Post-release update for 3.5.9 final. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b9183216e427..abf4b556861c 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.9" +#define PY_VERSION "3.5.9+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.