]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.9
authorPablo Galindo <pablogsal@gmail.com>
Tue, 2 Apr 2024 13:37:54 +0000 (14:37 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Tue, 2 Apr 2024 13:37:54 +0000 (14:37 +0100)
Include/patchlevel.h

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