]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a2
authorPablo Galindo <pablogsal@gmail.com>
Fri, 5 Nov 2021 21:29:33 +0000 (21:29 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Fri, 5 Nov 2021 21:29:33 +0000 (21:29 +0000)
Include/patchlevel.h

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