]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a4
authorPablo Galindo <pablogsal@gmail.com>
Fri, 14 Jan 2022 21:20:41 +0000 (21:20 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Fri, 14 Jan 2022 21:20:41 +0000 (21:20 +0000)
Include/patchlevel.h

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