]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.8
authorThomas Wouters <thomas@python.org>
Tue, 7 Oct 2025 14:04:40 +0000 (16:04 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 7 Oct 2025 14:04:40 +0000 (16:04 +0200)
Include/patchlevel.h

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