]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0b5
authorPablo Galindo <pablogsal@gmail.com>
Tue, 26 Jul 2022 10:12:43 +0000 (11:12 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 26 Jul 2022 10:12:43 +0000 (11:12 +0100)
Include/patchlevel.h

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