diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 10:32:10 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-04-02 10:32:10 (GMT) |
commit | a743f8192b3b322b2c23b13926f1c7f288cb2206 (patch) | |
tree | 38e9bf520490926d9dd320b619e3fa3864986c95 /Include/patchlevel.h | |
parent | 154f86f056c0f68cadd310e68fd2855f9fc9a5a8 (diff) | |
download | cpython-3.8.9.zip cpython-3.8.9.tar.gz cpython-3.8.9.tar.bz2 |
Python 3.8.9v3.8.9
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 e96ee82..38ffec2 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 8 +#define PY_MICRO_VERSION 9 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.8.8+" +#define PY_VERSION "3.8.9" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |