diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-10-11 12:21:06 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-10-11 12:21:44 +0100 |
commit | aaaf5174241496afca7ce4d4584570190ff972fe (patch) | |
tree | 778fe004a5612c82430d5fc1b6ab47b9ca37d6a4 /Include/patchlevel.h | |
parent | 428bd028b3e6dceea2385f488491340be665b125 (diff) | |
download | cpython-git-3.10.8.tar.gz |
Python 3.10.8v3.10.8
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 55ebf59188..273caa978c 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 7 +#define PY_MICRO_VERSION 8 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.7+" +#define PY_VERSION "3.10.8" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |