diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-05-31 12:29:21 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-05-31 12:30:34 +0100 |
commit | 317314165a0b98c851c7774150f8121ad7e99254 (patch) | |
tree | ee07bce2abf28d26738bb273702887b3ffcf1ca5 /Include/patchlevel.h | |
parent | 7fe9cad606a4ac7ac138528dcd19546394bc5a44 (diff) | |
download | cpython-git-3.10.0b2.tar.gz |
Python 3.10.0b2v3.10.0b2
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 cbfa3d9bd2..6abd937895 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_BETA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.10.0b1+" +#define PY_VERSION "3.10.0b2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |