]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.13.0b3
authorThomas Wouters <thomas@python.org>
Thu, 27 Jun 2024 18:34:22 +0000 (20:34 +0200)
committerThomas Wouters <thomas@python.org>
Thu, 27 Jun 2024 18:34:22 +0000 (20:34 +0200)
Include/patchlevel.h

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