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

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