summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2023-06-06 13:32:21 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2023-06-06 13:32:21 (GMT)
commit9a2d5311d1201818d3942b1ea1ab2ad290b45254 (patch)
treed73d38486941e4a335a64818a0ccd7b4ba052c57 /Include
parent43eff242c5ae3111a0607210a4ce1465112b87d4 (diff)
downloadcpython-3.8.17.zip
cpython-3.8.17.tar.gz
cpython-3.8.17.tar.bz2
Python 3.8.17v3.8.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 3c5dca6..e731799 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 8
-#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.8.16+"
+#define PY_VERSION "3.8.17"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.