diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-06-09 00:23:35 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-06-09 00:23:35 (GMT) |
commit | 459cb12a29f7e990a04138e5ec78e2b95547ccb2 (patch) | |
tree | 3402bdbadb1d441d1c02193a04045061642d5a76 | |
parent | 8f1f4161de2e2508cc73134dfccb929977997c83 (diff) | |
download | cpython-459cb12a29f7e990a04138e5ec78e2b95547ccb2.zip cpython-459cb12a29f7e990a04138e5ec78e2b95547ccb2.tar.gz cpython-459cb12a29f7e990a04138e5ec78e2b95547ccb2.tar.bz2 |
Post 3.9.0b2
-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 2526a2b..b70b0bf 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.0b2" +#define PY_VERSION "3.9.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |