summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-12-19 08:15:15 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-12-19 08:15:15 (GMT)
commit791073fbe884cdfa0d9895b0873c3291354380da (patch)
treef65632df089d4073ab5a0802987005583f6ecbed
parent6202d856d637a9b4eb9789b4d4a1edb12d877de5 (diff)
downloadcpython-791073fbe884cdfa0d9895b0873c3291354380da.zip
cpython-791073fbe884cdfa0d9895b0873c3291354380da.tar.gz
cpython-791073fbe884cdfa0d9895b0873c3291354380da.tar.bz2
Post 3.9.0a2
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 87fd693..e6b33da 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.9.0a2"
+#define PY_VERSION "3.9.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.