summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-06 01:46:02 (GMT)
committerNed Deily <nad@python.org>2017-12-06 01:46:02 (GMT)
commitf722e8c993e1e1d723a705bd7247cbb12838a1ff (patch)
tree555a6287ef944e49c07a2972a674e5be4fbeb7ee
parentff694234921e8aeb24b30400823390c5f5703885 (diff)
downloadcpython-f722e8c993e1e1d723a705bd7247cbb12838a1ff.zip
cpython-f722e8c993e1e1d723a705bd7247cbb12838a1ff.tar.gz
cpython-f722e8c993e1e1d723a705bd7247cbb12838a1ff.tar.bz2
Bump to 3.6.4rc1+
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 5fb1205..131323d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.6.4rc1"
+#define PY_VERSION "3.6.4rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.