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

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