diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-12-06 19:04:38 +0000 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-12-06 19:05:27 +0000 |
commit | a7a450f84a087421603170c2dad226bb881d4d9a (patch) | |
tree | ddc94b99166af1cc986485965292cf873b67968a /Include/patchlevel.h | |
parent | 2182a71eedbc8e95c3cf2d8c0aa2fd66c7a93db4 (diff) | |
download | cpython-git-3.11.1.tar.gz |
Python 3.11.1v3.11.1
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 c37154baa2..7f217c1db4 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 0 +#define PY_MICRO_VERSION 1 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.11.0+" +#define PY_VERSION "3.11.1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |