summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2022-12-06 15:30:32 -0500
committerNed Deily <nad@python.org>2022-12-06 15:30:32 -0500
commit91cdd75ba50eea4d0a608324e4a84afab8ae3fbd (patch)
treee7789d9c2959a4923376981ee9b932a8410b6f75
parent3f82aa744678620a811927dc4e56ad9c7c3d0c14 (diff)
downloadcpython-git-91cdd75ba50eea4d0a608324e4a84afab8ae3fbd.tar.gz
Post 3.7.16
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f943b207b1..efe414422b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -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.