]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0b1
authorPablo Galindo <pablogsal@gmail.com>
Sun, 8 May 2022 02:37:35 +0000 (03:37 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sun, 8 May 2022 02:37:35 +0000 (03:37 +0100)
Include/patchlevel.h

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