From: Thomas Wouters Date: Tue, 6 Feb 2024 23:44:32 +0000 (+0100) Subject: Post 3.12.2 X-Git-Tag: v3.12.3~327 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=55cd0bff739b4150fca5afef09708f5ef622ec15;p=thirdparty%2FPython%2Fcpython.git Post 3.12.2 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e7316df367c0..7fb7fe1ad303 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.2" +#define PY_VERSION "3.12.2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.