From: Ɓukasz Langa Date: Thu, 19 Dec 2019 08:01:48 +0000 (+0100) Subject: Post 3.8.1 X-Git-Tag: v3.8.2rc1~143 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f89c86511af4821b117cd61f4a974ea895d476ad;p=thirdparty%2FPython%2Fcpython.git Post 3.8.1 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6936a3feee7c..503d3aa85676 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.1" +#define PY_VERSION "3.8.1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.