]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.9.18
authorŁukasz Langa <lukasz@langa.pl>
Thu, 24 Aug 2023 19:18:58 +0000 (21:18 +0200)
committerŁukasz Langa <lukasz@langa.pl>
Thu, 24 Aug 2023 19:18:58 +0000 (21:18 +0200)
Include/patchlevel.h

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