summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-06-27 22:00:56 (GMT)
committerNed Deily <nad@python.org>2018-06-27 22:00:56 (GMT)
commitfab3ba4b9ec2da4e557cfac90de74e57b3ea648e (patch)
tree68b19e5cb51c87e75059ceae05c18b0e837a1743 /Include/patchlevel.h
parent853a36a53a0e9586fb08a823e5eb0e9c39bf6540 (diff)
downloadcpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.zip
cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.gz
cpython-fab3ba4b9ec2da4e557cfac90de74e57b3ea648e.tar.bz2
start 3.6.6+
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index f20d080..3be6a8d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.6.6"
+#define PY_VERSION "3.6.6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.