diff options
| author | Pablo Galindo <pablogsal@gmail.com> | 2023-12-04 17:54:29 (GMT) |
|---|---|---|
| committer | Pablo Galindo <pablogsal@gmail.com> | 2023-12-04 17:56:29 (GMT) |
| commit | fa7a6f23036537567592647d15f043722c7144ad (patch) | |
| tree | dd1f3c1fdebac7cd61e742c44d3c8053b6aed496 /Include/patchlevel.h | |
| parent | 8dbda1cf3eab8696dfbb95f0ca60af8db39d51c4 (diff) | |
| download | cpython-3.11.7.zip cpython-3.11.7.tar.gz cpython-3.11.7.tar.bz2 | |
Python 3.11.7v3.11.7
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 58a3297..7acea93 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 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.11.6+" +#define PY_VERSION "3.11.7" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
