summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-02-04 09:39:24 +0100
committerŁukasz Langa <lukasz@langa.pl>2019-02-04 09:39:24 +0100
commitca7d2933a388677cc3bbc621913b479452c0f25a (patch)
tree3a33787d3c3f238d171a141f5f7ce40eec3b1ff1 /Include/patchlevel.h
parente7afe1ab25e102418a7fcf5938d9eea497206e91 (diff)
downloadcpython-git-ca7d2933a388677cc3bbc621913b479452c0f25a.tar.gz
Post 3.8.0a1
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 611dea8af4..91efd275af 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.8.0a1"
+#define PY_VERSION "3.8.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.