diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-05-17 13:12:56 +0200 |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-05-17 13:12:56 +0200 |
commit | 6de2ca5339a83edb957e5a657ee6d6183cb3914c (patch) | |
tree | 05dccea4c0f1ed11c58cf5b59287632745cc595c /Include/patchlevel.h | |
parent | f82b32410ba220165eab7b8d6dcc61a09744512c (diff) | |
download | cpython-git-3.9.13.tar.gz |
Python 3.9.13v3.9.13
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 3804aa8655..cf3529473e 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 12 +#define PY_MICRO_VERSION 13 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.12+" +#define PY_VERSION "3.9.13" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |