]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.7.17
authorNed Deily <nad@python.org>
Tue, 6 Jun 2023 15:21:17 +0000 (11:21 -0400)
committerNed Deily <nad@python.org>
Tue, 6 Jun 2023 15:21:17 +0000 (11:21 -0400)
Include/patchlevel.h

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