diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2024-12-03 17:24:57 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2024-12-03 17:27:57 (GMT) |
commit | 890778604a8cc99f18ce07737b198a8031c91f8d (patch) | |
tree | 1606c2b9c872747aaff2f4282447a6418e1b51ca /Include | |
parent | b58da409aac90123c1159916908a4c49144925ee (diff) | |
download | cpython-3.10.16.zip cpython-3.10.16.tar.gz cpython-3.10.16.tar.bz2 |
Python 3.10.16v3.10.16
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 5f56277..161e088 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 15 +#define PY_MICRO_VERSION 16 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.15+" +#define PY_VERSION "3.10.16" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |