diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-03-23 20:10:25 +0000 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-03-23 20:12:04 +0000 |
commit | 9d38120e335357a3b294277fd5eff0a10e46e043 (patch) | |
tree | f44906458f1f1e9df240c2d4a8f3646cc051e2b8 /Include/patchlevel.h | |
parent | 4298114e1d6ff2063a0d4b8a6cf191b59b418975 (diff) | |
download | cpython-git-3.10.4.tar.gz |
Python 3.10.4v3.10.4
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 3b1a7c549f..482069c791 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 3 +#define PY_MICRO_VERSION 4 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.3+" +#define PY_VERSION "3.10.4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |