From: Thomas Wouters Date: Tue, 8 Apr 2025 14:17:38 +0000 (+0200) Subject: Post 3.12.10 X-Git-Tag: v3.12.11~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a740fbd8de39530423b5f626f1a343216b867d1e;p=thirdparty%2FPython%2Fcpython.git Post 3.12.10 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index b982ff713da3..5ce973d580ec 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.10" +#define PY_VERSION "3.12.10+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.