]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.1
authorPablo Galindo <pablogsal@gmail.com>
Mon, 6 Dec 2021 18:52:20 +0000 (18:52 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 6 Dec 2021 18:52:20 +0000 (18:52 +0000)
Include/patchlevel.h

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