]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.0b3
authorPablo Galindo <pablogsal@gmail.com>
Thu, 17 Jun 2021 12:20:47 +0000 (13:20 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 17 Jun 2021 12:20:47 +0000 (13:20 +0100)
Include/patchlevel.h

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