diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-08-29 23:59:20 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-08-29 23:59:20 +0200 |
commit | d93605de7232da5e6a182fd1d5c220639e900159 (patch) | |
tree | 3d013fe1c28a09f6e190586981c5494d39090eff /Include/patchlevel.h | |
parent | 25a044ee6ce50a9172478cc61d914644778455f6 (diff) | |
download | cpython-git-3.8.0b4.tar.gz |
Python 3.8.0b4v3.8.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 82181c5861..12f84b840d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 8 #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.8.0b3+" +#define PY_VERSION "3.8.0b4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |