]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.17
authorPablo Galindo <pablogsal@gmail.com>
Tue, 8 Apr 2025 13:27:31 +0000 (14:27 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 8 Apr 2025 13:27:31 +0000 (14:27 +0100)
Include/patchlevel.h

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