]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.12
authorPablo Galindo <pablogsal@gmail.com>
Tue, 8 Apr 2025 15:09:30 +0000 (16:09 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 8 Apr 2025 15:09:30 +0000 (16:09 +0100)
Include/patchlevel.h

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