]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a1
authorPablo Galindo <pablogsal@gmail.com>
Tue, 5 Oct 2021 17:08:06 +0000 (18:08 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 5 Oct 2021 17:08:06 +0000 (18:08 +0100)
Include/patchlevel.h

index 28a081d0afa312add1af0c8a369c69ea7e85610a..591b41736f338e237095802e665e7ba606e7f436 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       1
 
 /* Version as a string */
-#define PY_VERSION              "3.11.0a1"
+#define PY_VERSION              "3.11.0a1+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.