summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-09-04 03:49:41 (GMT)
committerNed Deily <nad@python.org>2021-09-04 03:49:41 (GMT)
commitb74b1f36993a4e1700869133f3be13dd60ef4e40 (patch)
treeb8d33c0ad186e973e063cbf4089488855408e5b6 /Include
parent910886a6448e4bf1edf49eeace4aa240b6403772 (diff)
downloadcpython-3.6.15.zip
cpython-3.6.15.tar.gz
cpython-3.6.15.tar.bz2
3.6.15v3.6.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 5af2de3..a5e8391 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 6
-#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.6.14+"
+#define PY_VERSION "3.6.15"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.