]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0b4
authorPablo Galindo <pablogsal@gmail.com>
Mon, 11 Jul 2022 17:31:05 +0000 (18:31 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 11 Jul 2022 17:31:05 +0000 (18:31 +0100)
Include/patchlevel.h

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