diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-06-09 21:35:14 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-06-09 21:35:14 (GMT) |
commit | 6c645cbdd22ec52eea7bfee4934f7e6a4f570232 (patch) | |
tree | 79fc572fdf3137ce1cab44d3cca18c85874736c2 /Include/patchlevel.h | |
parent | b484871ba707ae2f9898e22effcd297c19d4c5ea (diff) | |
download | cpython-6c645cbdd22ec52eea7bfee4934f7e6a4f570232.zip cpython-6c645cbdd22ec52eea7bfee4934f7e6a4f570232.tar.gz cpython-6c645cbdd22ec52eea7bfee4934f7e6a4f570232.tar.bz2 |
Post 3.9.0b3
Diffstat (limited to 'Include/patchlevel.h')
-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 87d7ece..e78e519 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.9.0b3" +#define PY_VERSION "3.9.0b3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |