diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-07-13 14:11:53 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-07-13 14:11:53 +0200 |
commit | dfa645a65ec0788d98851130a217e029d1cc4e9b (patch) | |
tree | 998295584625d89df2678747333cb9aeaf264327 /Include/patchlevel.h | |
parent | c77f71f9819022fa3adeb2f710e564a392ff24c6 (diff) | |
download | cpython-git-3.8.4.tar.gz |
Python 3.8.4v3.8.4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index ab739e915e..41901a585f 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 8 #define PY_MICRO_VERSION 4 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.4rc1+" +#define PY_VERSION "3.8.4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |