]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.8.16
authorŁukasz Langa <lukasz@langa.pl>
Tue, 6 Dec 2022 19:33:43 +0000 (20:33 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 6 Dec 2022 19:33:43 +0000 (20:33 +0100)
Include/patchlevel.h

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