]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0a4
authorThomas Wouters <thomas@python.org>
Thu, 15 Feb 2024 20:52:49 +0000 (21:52 +0100)
committerThomas Wouters <thomas@python.org>
Thu, 15 Feb 2024 20:52:49 +0000 (21:52 +0100)
Include/patchlevel.h

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