]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.11.4
authorPablo Galindo <pablogsal@gmail.com>
Wed, 7 Jun 2023 08:37:03 +0000 (09:37 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Wed, 7 Jun 2023 08:37:03 +0000 (09:37 +0100)
Include/patchlevel.h

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