]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a3
authorPablo Galindo <pablogsal@gmail.com>
Tue, 8 Dec 2020 02:31:04 +0000 (02:31 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 8 Dec 2020 02:31:04 +0000 (02:31 +0000)
Include/patchlevel.h

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