summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2022-10-11 15:42:49 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2022-10-11 15:42:49 (GMT)
commit44adf8a80a6e27a394094c99ec0fba8e7124bd7e (patch)
tree5fb5edc5553644fee05a7aab2365c44cf55e1b58 /Include
parentdca2fd28235bca84935701d468996fd1b3adbb12 (diff)
downloadcpython-3.8.15.zip
cpython-3.8.15.tar.gz
cpython-3.8.15.tar.bz2
Python 3.8.15v3.8.15
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 c9bf506..cf37039 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 14
+#define PY_MICRO_VERSION 15
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.8.14+"
+#define PY_VERSION "3.8.15"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.