diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2024-03-19 15:40:39 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2024-03-19 15:40:39 (GMT) |
| commit | 469ede4dbc3ef4146803424a9a3a1e16391f5013 (patch) | |
| tree | 4fa9c5196a5fa826300f3bb2bd7c9d3a9c26b399 /Include | |
| parent | 41be376ec195d933c90a771056015a63ca128f59 (diff) | |
| download | cpython-3.8.19.zip cpython-3.8.19.tar.gz cpython-3.8.19.tar.bz2 | |
Python 3.8.19v3.8.19
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 d52a732..302edf5 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 18 +#define PY_MICRO_VERSION 19 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.18+" +#define PY_VERSION "3.8.19" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
