]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.10
authorPablo Galindo <pablogsal@gmail.com>
Sat, 7 Sep 2024 01:34:11 +0000 (02:34 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Sat, 7 Sep 2024 01:34:11 +0000 (02:34 +0100)
Include/patchlevel.h

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