]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.1
authorThomas Wouters <thomas@python.org>
Tue, 3 Dec 2024 21:43:25 +0000 (22:43 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 3 Dec 2024 21:43:25 +0000 (22:43 +0100)
Include/patchlevel.h

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