]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a3
authorPablo Galindo <pablogsal@gmail.com>
Wed, 8 Dec 2021 23:40:52 +0000 (23:40 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 8 Dec 2021 23:40:52 +0000 (23:40 +0000)
Include/patchlevel.h

index 1a6be21929eb768ff856b0c841a392b166163a39..70205dbac07e7be3fb64794215857a1735c65f7c 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       3
 
 /* Version as a string */
-#define PY_VERSION              "3.11.0a3"
+#define PY_VERSION              "3.11.0a3+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.