summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-10-20 12:56:38 -0400
committerNed Deily <nad@python.org>2018-10-20 12:56:38 -0400
commita5f6882be0dddd8b579ca760483800018e5bb356 (patch)
treee92bda94f2b904f2c960563170decb35cb25f487 /Include
parent08eae4fa4cb368e0db6b91e1fec0c62e89f3b7a9 (diff)
downloadcpython-git-a5f6882be0dddd8b579ca760483800018e5bb356.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 667facb9c6..f9157e2862 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.7.1"
+#define PY_VERSION "3.7.1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.