]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.14
authorThomas Wouters <thomas@python.org>
Wed, 10 Jun 2026 16:01:10 +0000 (18:01 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 10 Jun 2026 16:01:10 +0000 (18:01 +0200)
Include/patchlevel.h

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