summaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-04-28 16:28:10 +0200
committerŁukasz Langa <lukasz@langa.pl>2020-04-28 16:28:10 +0200
commit5da352616fb8290e3c2c0245f553280824093c6a (patch)
tree12539bce8cae2ca2abe22774354bbe23777d27f2 /Include
parentd66685aad6d860af458e000a1d507e49929db946 (diff)
downloadcpython-git-5da352616fb8290e3c2c0245f553280824093c6a.tar.gz
Post 3.9.0a6
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 4f91c9b901..3cbd3db76b 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.9.0a6"
+#define PY_VERSION "3.9.0a6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.