]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.8
authorPablo Galindo <pablogsal@gmail.com>
Tue, 6 Feb 2024 23:38:18 +0000 (23:38 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 6 Feb 2024 23:38:18 +0000 (23:38 +0000)
Include/patchlevel.h

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