summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2022-12-06 18:58:45 (GMT)
committerNed Deily <nad@python.org>2022-12-06 19:00:00 (GMT)
commit3f82aa744678620a811927dc4e56ad9c7c3d0c14 (patch)
tree01cdee2a8e1eb7bf7c0c87120ea566559a1b6117 /Include/patchlevel.h
parentb5bdf6a90d0c2a9c12b671340f7776e233ef625a (diff)
downloadcpython-3.7.16.zip
cpython-3.7.16.tar.gz
cpython-3.7.16.tar.bz2
Python 3.7.16v3.7.16
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ab3fc9b..f943b20 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 15
+#define PY_MICRO_VERSION 16
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.15+"
+#define PY_VERSION "3.7.16"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.