]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0rc1
authorPablo Galindo <pablogsal@gmail.com>
Mon, 8 Aug 2022 13:07:31 +0000 (14:07 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 8 Aug 2022 13:07:31 +0000 (14:07 +0100)
Include/patchlevel.h

index e7176705acb43b231ae63ecc1d941a9a40b8f121..1c01d3356eb10db6845a59d882e41f8620e85e70 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.11.0rc1"
+#define PY_VERSION              "3.11.0rc1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.