]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.7
authorŁukasz Langa <lukasz@langa.pl>
Mon, 30 Aug 2021 21:55:37 +0000 (23:55 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 30 Aug 2021 21:55:37 +0000 (23:55 +0200)
Include/patchlevel.h

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