summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-06-28 12:52:10 -0400
committerNed Deily <nad@python.org>2021-06-28 12:52:10 -0400
commit9a0099d1bf14bce417370aae6d55527417cda354 (patch)
tree14b5d8cf907559a1ce81c89c8f285c136f194327 /Include/patchlevel.h
parent1b6f4e5e13ebd1f957b47f7415b53d0869bdbac6 (diff)
downloadcpython-git-3.6.14.tar.gz
3.6.14v3.6.14
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ea7fe7fb6f..1cf35ebc09 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 13
+#define PY_MICRO_VERSION 14
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.6.13+"
+#define PY_VERSION "3.6.14"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.