From: Larry Hastings Date: Sat, 22 Aug 2020 02:56:06 +0000 (-0700) Subject: Post-release update for 3.5.10rc1. X-Git-Tag: v3.5.10~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c065594c720fdd4783a4284cb9f2eebcb2c10bd;p=thirdparty%2FPython%2Fcpython.git Post-release update for 3.5.10rc1. --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 05ab0c702ca6..1062ac9f9677 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.5.10rc1" +#define PY_VERSION "3.5.10rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.