diff options
| author | Łukasz Langa <lukasz@langa.pl> | 2023-08-24 19:36:02 (GMT) |
|---|---|---|
| committer | Łukasz Langa <lukasz@langa.pl> | 2023-08-24 19:36:32 (GMT) |
| commit | a56dcaefd66fc2fdd16ce21be9fc95fa40037c21 (patch) | |
| tree | d2e5f00c492f07015d699a11b3a1152676301181 /Include/patchlevel.h | |
| parent | efb46e537eed203739e66dc2f131a27076cc23b3 (diff) | |
| download | cpython-3.8.18.zip cpython-3.8.18.tar.gz cpython-3.8.18.tar.bz2 | |
Python 3.8.18v3.8.18
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 531cc8f..9a295da 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 17 +#define PY_MICRO_VERSION 18 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.17+" +#define PY_VERSION "3.8.18" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
