diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2021-06-28 10:08:34 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2021-06-28 10:08:34 (GMT) |
| commit | c3ffbbdf3d5645ee07c22649f2028f9dffc762ba (patch) | |
| tree | 6eb4040f844b13c315e775fc1283b19ca2badeaa /Include | |
| parent | 634da2de88af06eb8c6ebdb90d8c00005847063d (diff) | |
| download | cpython-3.8.11.zip cpython-3.8.11.tar.gz cpython-3.8.11.tar.bz2 | |
Python 3.8.11v3.8.11
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 c2b7795..d6fd94d 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 10 +#define PY_MICRO_VERSION 11 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.10+" +#define PY_VERSION "3.8.11" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
