summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2023-06-05 20:40:12 (GMT)
committerNed Deily <nad@python.org>2023-06-05 20:45:13 (GMT)
commitecd9946c9d1df7cd1aa15d08d72bbcc0899d272d (patch)
tree38f87d626b58799a9753747fe8fd25fa0dee2055 /Include
parent417ac32e7dba077a8a130aac38d2b8e4af9e9ae5 (diff)
downloadcpython-3.7.17.zip
cpython-3.7.17.tar.gz
cpython-3.7.17.tar.bz2
Python 3.7.17v3.7.17
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index efe4144..8643e49 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 16
+#define PY_MICRO_VERSION 17
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.16+"
+#define PY_VERSION "3.7.17"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.