]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.10
authorŁukasz Langa <lukasz@langa.pl>
Mon, 3 May 2021 14:01:33 +0000 (16:01 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 3 May 2021 14:01:33 +0000 (16:01 +0200)
Include/patchlevel.h

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