From: Ɓukasz Langa Date: Fri, 2 Apr 2021 17:37:42 +0000 (+0200) Subject: Post 3.8.9 X-Git-Tag: v3.8.10~89 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a44771f9212381b90c539882448258c4300b2fe5;p=thirdparty%2FPython%2Fcpython.git Post 3.8.9 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 38ffec2854ac..e074b01dca77 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.8.9" +#define PY_VERSION "3.8.9+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.