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

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