]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.6
authorThomas Wouters <thomas@python.org>
Wed, 6 Aug 2025 21:04:32 +0000 (23:04 +0200)
committerThomas Wouters <thomas@python.org>
Wed, 6 Aug 2025 21:04:32 +0000 (23:04 +0200)
Include/patchlevel.h

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