]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a4
authorPablo Galindo <pablogsal@gmail.com>
Mon, 4 Jan 2021 21:17:03 +0000 (21:17 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 4 Jan 2021 21:17:03 +0000 (21:17 +0000)
Include/patchlevel.h

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