diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-04-04 13:04:49 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-04 14:56:53 +0200 |
commit | 1f2e3088f3c097b5bde69bbd63dfcd0852d31984 (patch) | |
tree | e6404680595ab9dfe11ad80ea2d92a38bf44e5a2 /Include/patchlevel.h | |
parent | c7b0feca25fc68ec3e0884b82e5f45a4da011e8e (diff) | |
download | cpython-git-3.9.4.tar.gz |
Python 3.9.4v3.9.4
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 e4dc226cbc..cf76d87430 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 9 -#define PY_MICRO_VERSION 3 +#define PY_MICRO_VERSION 4 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.3+" +#define PY_VERSION "3.9.4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |