]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.8
authorŁukasz Langa <lukasz@langa.pl>
Fri, 5 Nov 2021 21:21:27 +0000 (22:21 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 5 Nov 2021 21:21:27 +0000 (22:21 +0100)
Include/patchlevel.h

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