]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.8
authorPablo Galindo <pablogsal@gmail.com>
Tue, 11 Oct 2022 17:27:10 +0000 (18:27 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 11 Oct 2022 17:27:10 +0000 (18:27 +0100)
Include/patchlevel.h

index 273caa978cc869b3c54ccd85854baf29b9e15a73..6db63f934c1683f5e22cbac19ae4fa6b697b7798 100644 (file)
@@ -23,7 +23,7 @@
 #define PY_RELEASE_SERIAL       0
 
 /* Version as a string */
-#define PY_VERSION              "3.10.8"
+#define PY_VERSION              "3.10.8+"
 /*--end constants--*/
 
 /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.