]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0a6
authorThomas Wouters <thomas@python.org>
Tue, 9 Apr 2024 18:40:50 +0000 (20:40 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 9 Apr 2024 18:40:50 +0000 (20:40 +0200)
Include/patchlevel.h

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