summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-13 07:01:32 (GMT)
committerNed Deily <nad@python.org>2018-10-13 07:01:32 (GMT)
commit4893861ab58544091feab2946648245ac1271e2f (patch)
tree978b91821d42e1615e5f32450c68435df3c9fea3 /Include
parentf55c3ae657595d12ce78aca76c9c6b998d632424 (diff)
downloadcpython-3.6.7rc2.zip
cpython-3.6.7rc2.tar.gz
cpython-3.6.7rc2.tar.bz2
3.6.7rc2v3.6.7rc2
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 e60fca5..267ab63 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 6
#define PY_MICRO_VERSION 7
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
-#define PY_RELEASE_SERIAL 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.6.7rc1+"
+#define PY_VERSION "3.6.7rc2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.