]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.5
authorPablo Galindo <pablogsal@gmail.com>
Thu, 24 Aug 2023 19:31:59 +0000 (20:31 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 24 Aug 2023 19:31:59 +0000 (20:31 +0100)
Include/patchlevel.h

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