diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-09-05 12:02:13 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-09-05 13:00:02 (GMT) |
commit | 6cc6b13308b3202270ea7ac0ee776762a66f6a2f (patch) | |
tree | fd3aead3afdf0c05413e4d24f430c1469f11f3bc /Include | |
parent | e13f49a0bc253f1b8939fd505547986183761768 (diff) | |
download | cpython-6cc6b13308b3202270ea7ac0ee776762a66f6a2f.zip cpython-6cc6b13308b3202270ea7ac0ee776762a66f6a2f.tar.gz cpython-6cc6b13308b3202270ea7ac0ee776762a66f6a2f.tar.bz2 |
Python 3.10.7v3.10.7
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 48875a2..1714f85 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 6 +#define PY_MICRO_VERSION 7 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.6+" +#define PY_VERSION "3.10.7" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |