]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0a3
authorThomas Wouters <thomas@python.org>
Wed, 17 Jan 2024 15:17:42 +0000 (16:17 +0100)
committerThomas Wouters <thomas@python.org>
Wed, 17 Jan 2024 15:17:42 +0000 (16:17 +0100)
Include/patchlevel.h

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