From 6c065594c720fdd4783a4284cb9f2eebcb2c10bd Mon Sep 17 00:00:00 2001 From: Larry Hastings Date: Fri, 21 Aug 2020 19:56:06 -0700 Subject: Post-release update for 3.5.10rc1. --- Include/patchlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 05ab0c7..1062ac9 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. -- cgit v0.12