]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.16
authorPablo Galindo <pablogsal@gmail.com>
Tue, 3 Dec 2024 18:35:58 +0000 (13:35 -0500)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 3 Dec 2024 18:35:58 +0000 (13:35 -0500)
Include/patchlevel.h

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