]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.12.0b4
authorThomas Wouters <thomas@python.org>
Tue, 11 Jul 2023 16:05:38 +0000 (18:05 +0200)
committerThomas Wouters <thomas@python.org>
Tue, 11 Jul 2023 16:05:38 +0000 (18:05 +0200)
Include/patchlevel.h

index 62d7e77bdaa8fc9964587d97d2a7ce3d6340cb7b..e3d7ef51ba60c035c7fd54558f0a663b4f2a4c16 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       4
 
 /* Version as a string */
-#define PY_VERSION              "3.12.0b4"
+#define PY_VERSION              "3.12.0b4+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.