summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-09-26 20:12:10 -0400
committerNed Deily <nad@python.org>2018-09-26 20:12:10 -0400
commit2bdba6b4290d9282d88d1df9166aa287f6a211fe (patch)
tree83d15ab8d1faf661643dc860ff30f67ff7dd38b8 /Include
parentdd7cf4564b2fbec981b0b34a84acf0fb46862b88 (diff)
downloadcpython-git-2bdba6b4290d9282d88d1df9166aa287f6a211fe.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 d375d2897e..083b63225e 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.7.1rc1"
+#define PY_VERSION "3.7.1rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.