diff options
author | Łukasz Langa <lukasz@langa.pl> | 2021-02-19 12:31:44 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2021-02-19 12:31:44 (GMT) |
commit | 1a79785e3e8fea80bcf6a800b45a04e06c787480 (patch) | |
tree | 1d70f3ca3031c1e2228f24d86351be7a59a8dcc6 /Include/patchlevel.h | |
parent | 138488750512b47f1773630f90e92ec5038b6978 (diff) | |
download | cpython-1a79785e3e8fea80bcf6a800b45a04e06c787480.zip cpython-1a79785e3e8fea80bcf6a800b45a04e06c787480.tar.gz cpython-1a79785e3e8fea80bcf6a800b45a04e06c787480.tar.bz2 |
Python 3.9.2v3.9.2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 1e84a27..a23b2f1 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 9 #define PY_MICRO_VERSION 2 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.2rc1+" +#define PY_VERSION "3.9.2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |