diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-07-10 01:49:40 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-07-10 01:51:07 +0100 |
commit | 2ba4b208544114e9c5a0cc7699d16c1a1cbf3253 (patch) | |
tree | 40374872c4c2a44d90bae0c72cbf8b2816999847 /Include/patchlevel.h | |
parent | 2a722d4fab6a9656f3c03cfdaf6d1684277b8af5 (diff) | |
download | cpython-git-3.10.0b4.tar.gz |
Python 3.10.0b4v3.10.0b4
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 f0fa5f5caa..6d539dfa4c 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 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.10.0b3+" +#define PY_VERSION "3.10.0b4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |