]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.7
authorPablo Galindo <pablogsal@gmail.com>
Tue, 6 Sep 2022 09:18:34 +0000 (10:18 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 6 Sep 2022 09:18:34 +0000 (10:18 +0100)
Include/patchlevel.h

index 1714f85965779505da6432d1772e984f87bbdd0c..55ebf59188a2c08489b10a20d3ee4d451c6dcb8e 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.10.7"
+#define PY_VERSION              "3.10.7+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.