]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a7
authorPablo Galindo <pablogsal@gmail.com>
Mon, 5 Apr 2021 17:04:54 +0000 (18:04 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 5 Apr 2021 17:04:54 +0000 (18:04 +0100)
Include/patchlevel.h

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