summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-06-28 16:51:36 (GMT)
committerNed Deily <nad@python.org>2021-06-28 16:51:36 (GMT)
commit9da28d2b3429d1bb30e082e4c9cb544d81fdae20 (patch)
treeceb20f25d9629514923481f3b3857ec800a3f754 /Include
parentfee96422e6f0056561cf74fef2012cc066c9db86 (diff)
downloadcpython-3.7.11.zip
cpython-3.7.11.tar.gz
cpython-3.7.11.tar.bz2
3.7.11v3.7.11
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 308ef0a..bc0b97a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -18,12 +18,12 @@
/*--start constants--*/
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 7
-#define PY_MICRO_VERSION 10
+#define PY_MICRO_VERSION 11
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.7.10+"
+#define PY_VERSION "3.7.11"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.