diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-03-01 19:42:28 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-03-01 19:42:28 (GMT) |
commit | 7c255082634e3951a434264aeacf6b3f4b029647 (patch) | |
tree | 739ee338ca861c5770ff414222c7d0586725dfc9 | |
parent | 4b7f4ff168076c89d7b5fc5f9c9c162282fb818b (diff) | |
download | cpython-7c255082634e3951a434264aeacf6b3f4b029647.zip cpython-7c255082634e3951a434264aeacf6b3f4b029647.tar.gz cpython-7c255082634e3951a434264aeacf6b3f4b029647.tar.bz2 |
Post 3.10.0a6
-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 6f4e745..31da16a 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 6 /* Version as a string */ -#define PY_VERSION "3.10.0a6" +#define PY_VERSION "3.10.0a6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |