diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-12-06 18:30:42 +0000 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-12-06 18:31:21 +0000 |
commit | 1dd9be6584413fbfa823f37a224f101b819505d1 (patch) | |
tree | 724a947636d213a56c4b00a9ffc978cf2e799123 /Include/patchlevel.h | |
parent | 300d812fd1c4d9244e71de0d228cc72439d312a7 (diff) | |
download | cpython-git-3.10.9.tar.gz |
Python 3.10.9v3.10.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 6db63f934c..48a34d0ef5 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 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.10.8+" +#define PY_VERSION "3.10.9" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |