]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0a1
authorPablo Galindo <pablogsal@gmail.com>
Mon, 5 Oct 2020 20:16:35 +0000 (21:16 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 5 Oct 2020 20:16:35 +0000 (21:16 +0100)
Include/patchlevel.h

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