]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0a5
authorThomas Wouters <thomas@python.org>
Tue, 12 Mar 2024 23:46:17 +0000 (00:46 +0100)
committerThomas Wouters <thomas@python.org>
Tue, 12 Mar 2024 23:46:17 +0000 (00:46 +0100)
Include/patchlevel.h

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