]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.6
authorPablo Galindo <pablogsal@gmail.com>
Mon, 2 Oct 2023 16:23:15 +0000 (17:23 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Mon, 2 Oct 2023 16:23:15 +0000 (17:23 +0100)
Include/patchlevel.h

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