summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2018-01-09 15:27:57 (GMT)
committerNed Deily <nad@python.org>2018-01-09 15:27:57 (GMT)
commit2ab3a8fd264f24baf321b861a997bf8848f232d5 (patch)
treec325228c46bb82f22ffa3df04c4df86109682647 /Include/patchlevel.h
parenta612df0bedcc9e55c82ee330f19a8d47a607573b (diff)
downloadcpython-2ab3a8fd264f24baf321b861a997bf8848f232d5.zip
cpython-2ab3a8fd264f24baf321b861a997bf8848f232d5.tar.gz
cpython-2ab3a8fd264f24baf321b861a997bf8848f232d5.tar.bz2
Post-release version bump to a4+
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 49c7675..cea35de 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.7.0a4"
+#define PY_VERSION "3.7.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.