From: Ɓukasz Langa Date: Sun, 4 Apr 2021 18:39:08 +0000 (+0200) Subject: Post 3.9.4 X-Git-Tag: v3.9.5~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c3c43dc07bd5055e5c31934533b935cb405f862d;p=thirdparty%2FPython%2Fcpython.git Post 3.9.4 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index cf76d8743076..06ab0e776c09 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.9.4" +#define PY_VERSION "3.9.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.