From: Ned Deily Date: Tue, 6 Jun 2023 15:21:17 +0000 (-0400) Subject: Post 3.7.17 X-Git-Tag: 3.7~2 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=85c4608a3afa6753f04ed4ade1ec1a866aaacf95;p=thirdparty%2FPython%2Fcpython.git Post 3.7.17 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 8643e490072a..8bd4e88f36fb 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.7.17" +#define PY_VERSION "3.7.17+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.