diff options
| author | Pablo Galindo <pablogsal@gmail.com> | 2021-05-31 11:29:21 (GMT) |
|---|---|---|
| committer | Pablo Galindo <pablogsal@gmail.com> | 2021-05-31 11:30:34 (GMT) |
| commit | 317314165a0b98c851c7774150f8121ad7e99254 (patch) | |
| tree | ee07bce2abf28d26738bb273702887b3ffcf1ca5 /Include | |
| parent | 7fe9cad606a4ac7ac138528dcd19546394bc5a44 (diff) | |
| download | cpython-3.10.0b2.zip cpython-3.10.0b2.tar.gz cpython-3.10.0b2.tar.bz2 | |
Python 3.10.0b2v3.10.0b2
Diffstat (limited to 'Include')
| -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 cbfa3d9..6abd937 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. |
