summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2020-08-15 06:43:26 (GMT)
committerNed Deily <nad@python.org>2020-08-15 06:43:26 (GMT)
commitc0a9afe2ac1820409e6173bd1893ebee2cf50270 (patch)
treee3dbec2cd10ccb6534915d812a316e1e6f7e8c28 /Include
parentf02de961b9f19a5db0ead56305fe0057a78787ae (diff)
downloadcpython-3.6.12.zip
cpython-3.6.12.tar.gz
cpython-3.6.12.tar.bz2
3.6.12v3.6.12
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 1f41950..7478a6b 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 11
+#define PY_MICRO_VERSION 12
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.6.11+"
+#define PY_VERSION "3.6.12"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.