]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.1
authorPablo Galindo <pablogsal@gmail.com>
Tue, 6 Dec 2022 21:07:58 +0000 (21:07 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 6 Dec 2022 21:07:58 +0000 (21:07 +0000)
Include/patchlevel.h

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