]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.4
authorPablo Galindo <pablogsal@gmail.com>
Thu, 24 Mar 2022 10:30:34 +0000 (10:30 +0000)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 24 Mar 2022 10:30:34 +0000 (10:30 +0000)
Include/patchlevel.h

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