diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2023-02-07 13:37:13 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2023-02-07 13:37:51 (GMT) |
commit | 878ead1ac1651965126322c1b3d124faf5484dc6 (patch) | |
tree | 735f100162444df1b6fa3b65f8d44ca5563eaaf3 /Include | |
parent | 955ba2839bc5875424ae745bfab53e880a9ace49 (diff) | |
download | cpython-878ead1ac1651965126322c1b3d124faf5484dc6.zip cpython-878ead1ac1651965126322c1b3d124faf5484dc6.tar.gz cpython-878ead1ac1651965126322c1b3d124faf5484dc6.tar.bz2 |
Python 3.11.2v3.11.2
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 2fa3d2e..806e044 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 11 -#define PY_MICRO_VERSION 1 +#define PY_MICRO_VERSION 2 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.11.1+" +#define PY_VERSION "3.11.2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |