diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-01-04 21:16:13 +0000 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-01-04 21:16:13 +0000 |
commit | ef2d371dee55c6ad8bdecaee47834ea3155833c5 (patch) | |
tree | a59645b2b0bb3f49a03acd38e0a856db435521a3 /Include/patchlevel.h | |
parent | af4cd16479f2d55bee3db899e7679d7cde1d2ab7 (diff) | |
parent | 445f7f54b1dd334db6cd5999da262e3caeed492a (diff) | |
download | cpython-git-ef2d371dee55c6ad8bdecaee47834ea3155833c5.tar.gz |
Merge tag 'v3.10.0a4'
Python 3.10.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1af225ca09..691362a532 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 10 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.10.0a3+" +#define PY_VERSION "3.10.0a4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |