]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0b2
authorPablo Galindo <pablogsal@gmail.com>
Mon, 31 May 2021 11:58:35 +0000 (12:58 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 31 May 2021 11:58:35 +0000 (12:58 +0100)
Include/patchlevel.h

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