]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.5
authorŁukasz Langa <lukasz@langa.pl>
Mon, 20 Jul 2020 17:25:23 +0000 (19:25 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 20 Jul 2020 17:25:23 +0000 (19:25 +0200)
Include/patchlevel.h

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