]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.10
authorPablo Galindo <pablogsal@gmail.com>
Wed, 8 Feb 2023 09:59:32 +0000 (09:59 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 8 Feb 2023 09:59:32 +0000 (09:59 +0000)
Include/patchlevel.h

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