]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.10.13
authorPablo Galindo <pablogsal@gmail.com>
Thu, 24 Aug 2023 13:21:57 +0000 (14:21 +0100)
committerPablo Galindo <pablogsal@gmail.com>
Thu, 24 Aug 2023 13:21:57 +0000 (14:21 +0100)
Include/patchlevel.h

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