]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.0a5
authorPablo Galindo <pablogsal@gmail.com>
Thu, 3 Feb 2022 22:56:12 +0000 (22:56 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 3 Feb 2022 22:56:12 +0000 (22:56 +0000)
Include/patchlevel.h

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