]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.2
authorŁukasz Langa <lukasz@langa.pl>
Tue, 25 Feb 2020 11:45:02 +0000 (12:45 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 25 Feb 2020 11:45:02 +0000 (12:45 +0100)
Include/patchlevel.h

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