]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.8
authorŁukasz Langa <lukasz@langa.pl>
Fri, 19 Feb 2021 12:16:45 +0000 (13:16 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Fri, 19 Feb 2021 12:16:45 +0000 (13:16 +0100)
Include/patchlevel.h

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