]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.7
authorPablo Galindo <pablogsal@gmail.com>
Mon, 4 Dec 2023 21:49:55 +0000 (21:49 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 4 Dec 2023 21:49:55 +0000 (21:49 +0000)
Include/patchlevel.h

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