From: Thomas Wouters Date: Tue, 3 Dec 2024 21:35:54 +0000 (+0100) Subject: Post 3.12.8 X-Git-Tag: v3.12.9~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f19c50a4817ffebb26132182ed8cec6a72342cc0;p=thirdparty%2FPython%2Fcpython.git Post 3.12.8 --- diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 6c597837da09..2fa450900340 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.8" +#define PY_VERSION "3.12.8+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.