]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.5
authorThomas Wouters <thomas@python.org>
Wed, 7 Aug 2024 11:34:56 +0000 (13:34 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 7 Aug 2024 11:34:56 +0000 (13:34 +0200)
Include/patchlevel.h

index 667c0b0d66a38a4331997feadd7deaabf01db875..9ecda3873ce0d7605ca845a0461d8d1a35f4144b 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.12.5"
+#define PY_VERSION              "3.12.5+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.