]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a2
authorPablo Galindo <pablogsal@gmail.com>
Tue, 3 Nov 2020 17:31:32 +0000 (17:31 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 3 Nov 2020 17:31:32 +0000 (17:31 +0000)
Include/patchlevel.h

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