summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-11-20 01:06:33 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-11-20 01:06:33 (GMT)
commiteb1cbbff1cd8214836a492502e75e463ade6f673 (patch)
tree803931c29da09a8f0a4d5de13598ce91c940f1f6 /Include/patchlevel.h
parent1c5a71a7ddd65ee1e7ba59fd0c318e38b215fd4a (diff)
downloadcpython-eb1cbbff1cd8214836a492502e75e463ade6f673.zip
cpython-eb1cbbff1cd8214836a492502e75e463ade6f673.tar.gz
cpython-eb1cbbff1cd8214836a492502e75e463ade6f673.tar.bz2
Post 3.9.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 7dd3dd1..42f4f86 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.9.0a1"
+#define PY_VERSION "3.9.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.