]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.3
authorPablo Galindo <pablogsal@gmail.com>
Wed, 5 Apr 2023 11:16:08 +0000 (12:16 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 5 Apr 2023 11:16:08 +0000 (12:16 +0100)
Include/patchlevel.h

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