summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-26 00:31:04 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-02-26 00:31:04 (GMT)
commit541e0ffbc85830e898b6fd712999274580f0db76 (patch)
treebb1addd8fb821998276c62345d3dc1b9f4ec5e07 /Include/patchlevel.h
parent9e523304155360dcde099b1eaab855b8fdf2a0e5 (diff)
downloadcpython-541e0ffbc85830e898b6fd712999274580f0db76.zip
cpython-541e0ffbc85830e898b6fd712999274580f0db76.tar.gz
cpython-541e0ffbc85830e898b6fd712999274580f0db76.tar.bz2
Post 3.9.0a4
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 5a1de0a..fea14d8 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.9.0a4"
+#define PY_VERSION "3.9.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.