From: Thomas Wouters Date: Tue, 9 Apr 2024 15:25:54 +0000 (+0200) Subject: Post 3.12.3 X-Git-Tag: v3.12.4~261 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26831278d85761bd33975a7503fbf42b42eae91d;p=thirdparty%2FPython%2Fcpython.git Post 3.12.3 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 24e6579dbbad..833e64d2b49e 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.12.3" +#define PY_VERSION "3.12.3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.