From: Thomas Wouters Date: Tue, 4 Feb 2025 19:37:20 +0000 (+0100) Subject: Post 3.12.9 X-Git-Tag: v3.12.10~243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ab1a9a21f5aa2e509564ed40fb11d55e881e39e8;p=thirdparty%2FPython%2Fcpython.git Post 3.12.9 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 3a80c5f879c1..63460cef54e9 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.9" +#define PY_VERSION "3.12.9+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.