]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0rc2
authorPablo Galindo <pablogsal@gmail.com>
Mon, 12 Sep 2022 10:54:49 +0000 (11:54 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 22 Oct 2022 19:04:32 +0000 (20:04 +0100)
Include/patchlevel.h

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