]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a7
authorPablo Galindo <pablogsal@gmail.com>
Tue, 5 Apr 2022 20:10:38 +0000 (21:10 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 5 Apr 2022 20:10:38 +0000 (21:10 +0100)
Include/patchlevel.h

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