summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-13 16:45:49 -0400
committerNed Deily <nad@python.org>2018-10-13 16:45:49 -0400
commit6a1238cb44da5b4610fde6cbcbd15e2ad7340c99 (patch)
treeb93b2daf1db233d7cba8d6b580326eddd7e80f03 /Include
parentd04d3eaa6b4282ccd05f67dac14aa97eccfc5f80 (diff)
downloadcpython-git-6a1238cb44da5b4610fde6cbcbd15e2ad7340c99.tar.gz
Post release bump
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 38823102a4..9e0bd965cf 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.7.1rc2"
+#define PY_VERSION "3.7.1rc2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.