]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Post 3.7.16
authorNed Deily <nad@python.org>
Tue, 6 Dec 2022 20:30:32 +0000 (15:30 -0500)
committerNed Deily <nad@python.org>
Tue, 6 Dec 2022 20:30:32 +0000 (15:30 -0500)
Include/patchlevel.h

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