summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-05-19 00:12:30 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-05-19 00:12:30 (GMT)
commit5e6f198bdb737d95a928dc5475e88fdcfefea98f (patch)
tree4c9f97e4cb7b22e051f9d00deb39269f70e46830
parent97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (diff)
downloadcpython-5e6f198bdb737d95a928dc5475e88fdcfefea98f.zip
cpython-5e6f198bdb737d95a928dc5475e88fdcfefea98f.tar.gz
cpython-5e6f198bdb737d95a928dc5475e88fdcfefea98f.tar.bz2
Post 3.9.0b1
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index c028eea..16b53ba 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.0b1"
+#define PY_VERSION "3.9.0b1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.