]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a6
authorPablo Galindo <pablogsal@gmail.com>
Mon, 7 Mar 2022 18:18:09 +0000 (18:18 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 7 Mar 2022 18:18:09 +0000 (18:18 +0000)
Include/patchlevel.h

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