diff options
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) |
commit | 5e6f198bdb737d95a928dc5475e88fdcfefea98f (patch) | |
tree | 4c9f97e4cb7b22e051f9d00deb39269f70e46830 | |
parent | 97fe9cfd9f81fe96a70e1ce80fce04b0c937bfac (diff) | |
download | cpython-5e6f198bdb737d95a928dc5475e88fdcfefea98f.zip cpython-5e6f198bdb737d95a928dc5475e88fdcfefea98f.tar.gz cpython-5e6f198bdb737d95a928dc5475e88fdcfefea98f.tar.bz2 |
Post 3.9.0b1
-rw-r--r-- | Include/patchlevel.h | 2 |
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. |