]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.2
authorPablo Galindo <pablogsal@gmail.com>
Wed, 8 Feb 2023 09:55:26 +0000 (09:55 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 8 Feb 2023 09:55:26 +0000 (09:55 +0000)
Include/patchlevel.h

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