]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.3
authorŁukasz Langa <lukasz@langa.pl>
Wed, 13 May 2020 21:42:31 +0000 (23:42 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Wed, 13 May 2020 21:42:31 +0000 (23:42 +0200)
Include/patchlevel.h

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