diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2022-12-06 18:59:58 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2022-12-06 18:59:58 (GMT) |
| commit | 1e3d2d52109c9d82ba307116e912d16bb4b0dbb7 (patch) | |
| tree | 35a9cbda1be47e7c297cc77b702237850ce91c55 /Include | |
| parent | e43393aaacc9350116a5402e1ae5dde45daa6dfe (diff) | |
| download | cpython-3.8.16.zip cpython-3.8.16.tar.gz cpython-3.8.16.tar.bz2 | |
Python 3.8.16v3.8.16
Diffstat (limited to 'Include')
| -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 04b2eb8..8b5b8d3 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 8 -#define PY_MICRO_VERSION 15 +#define PY_MICRO_VERSION 16 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.15+" +#define PY_VERSION "3.8.16" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
