]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.9
authorŁukasz Langa <lukasz@langa.pl>
Mon, 15 Nov 2021 21:41:03 +0000 (22:41 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Mon, 15 Nov 2021 21:41:03 +0000 (22:41 +0100)
Include/patchlevel.h

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