]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a6
authorPablo Galindo <pablogsal@gmail.com>
Mon, 1 Mar 2021 19:42:28 +0000 (19:42 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 1 Mar 2021 19:42:28 +0000 (19:42 +0000)
Include/patchlevel.h

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