diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2023-02-07 12:03:42 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2023-02-07 12:05:45 (GMT) |
commit | aad5f6a89125ad4529ab6ed5add693064351df1a (patch) | |
tree | 830821969f995e58cd21face5798397a595a55f0 /Include/patchlevel.h | |
parent | 25196d6fb2c4d5d78b9b1c56207246d4de8dc83b (diff) | |
download | cpython-3.10.10.zip cpython-3.10.10.tar.gz cpython-3.10.10.tar.bz2 |
Python 3.10.10v3.10.10
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 26cefeab..db881ff 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 10 -#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.10.9+" +#define PY_VERSION "3.10.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |