summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2017-12-06 02:06:12 (GMT)
committerNed Deily <nad@python.org>2017-12-06 02:06:12 (GMT)
commita2a25eb03762680b98bb8cd090e43d0994a72c49 (patch)
treeda42dec120b2f3fd973e02effa921b37634054c6 /Include/patchlevel.h
parentd86f29e9c99345c0aa725a7c8a31283b1282aa66 (diff)
downloadcpython-a2a25eb03762680b98bb8cd090e43d0994a72c49.zip
cpython-a2a25eb03762680b98bb8cd090e43d0994a72c49.tar.gz
cpython-a2a25eb03762680b98bb8cd090e43d0994a72c49.tar.bz2
Bump to 3.7.0a3+
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 103fac5..dd0fd82 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.7.0a3"
+#define PY_VERSION "3.7.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.