summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2023-06-06 09:32:53 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2023-06-06 09:32:53 (GMT)
commit0d3cd4eb6671872d8d9f049327d196e759615f70 (patch)
tree913428a06599a1a05519acd44f4f18a992005239 /Include
parente1c396d164a7823f2a72feb15335f497d51da563 (diff)
downloadcpython-3.9.17.zip
cpython-3.9.17.tar.gz
cpython-3.9.17.tar.bz2
Python 3.9.17v3.9.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 224ad14..73087ac 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 9
-#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.9.16+"
+#define PY_VERSION "3.9.17"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.