]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.14
authorŁukasz Langa <lukasz@langa.pl>
Tue, 19 Mar 2024 23:40:17 +0000 (00:40 +0100)
committerŁukasz Langa <lukasz@langa.pl>
Tue, 19 Mar 2024 23:40:17 +0000 (00:40 +0100)
Include/patchlevel.h

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