diff options
author | Łukasz Langa <lukasz@langa.pl> | 2022-01-13 21:21:23 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2022-01-13 21:21:23 (GMT) |
commit | f2f3f537829ab0ef6948be5ee7f46b8ce8213ff2 (patch) | |
tree | a1c99de260282c0711b636b590235ae186a3410d /Include | |
parent | 537f16adfa31b5b1fe9d656d571d1e10fb115351 (diff) | |
download | cpython-3.9.10.zip cpython-3.9.10.tar.gz cpython-3.9.10.tar.bz2 |
Python 3.9.10v3.9.10
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 19e9097..23fbd55 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 9 -#define PY_MICRO_VERSION 9 +#define PY_MICRO_VERSION 10 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.9.9+" +#define PY_VERSION "3.9.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |