]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.14
authorPablo Galindo <pablogsal@gmail.com>
Thu, 9 Oct 2025 17:11:08 +0000 (19:11 +0200)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 9 Oct 2025 17:11:08 +0000 (19:11 +0200)
Include/patchlevel.h

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