]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.12
authorŁukasz Langa <lukasz@langa.pl>
Mon, 30 Aug 2021 17:03:50 +0000 (19:03 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 30 Aug 2021 17:03:50 +0000 (19:03 +0200)
Include/patchlevel.h

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