diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2020-12-08 02:31:04 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2020-12-08 02:31:04 (GMT) |
commit | 233fddfe395e0de79a3866c9067ae7c544373ebf (patch) | |
tree | e53ac42655e00faf66f6f6675048c2b4543126d1 | |
parent | 0914a487769fbb3a5a5bf1efbc15a3edf06fc263 (diff) | |
download | cpython-233fddfe395e0de79a3866c9067ae7c544373ebf.zip cpython-233fddfe395e0de79a3866c9067ae7c544373ebf.tar.gz cpython-233fddfe395e0de79a3866c9067ae7c544373ebf.tar.bz2 |
Post 3.10.0a3
-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 6174cb6..1af225c 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.10.0a3" +#define PY_VERSION "3.10.0a3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |