]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.5
authorŁukasz Langa <lukasz@langa.pl>
Mon, 3 May 2021 18:26:51 +0000 (20:26 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 3 May 2021 18:26:51 +0000 (20:26 +0200)
Include/patchlevel.h

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