]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.6
authorPablo Galindo <pablogsal@gmail.com>
Tue, 2 Aug 2022 10:05:09 +0000 (11:05 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 2 Aug 2022 10:05:09 +0000 (11:05 +0100)
Include/patchlevel.h

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