]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.18
authorPablo Galindo <pablogsal@gmail.com>
Tue, 3 Jun 2025 19:02:06 +0000 (20:02 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 3 Jun 2025 19:02:06 +0000 (20:02 +0100)
Include/patchlevel.h

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