diff options
author | Thomas Wouters <thomas@python.org> | 2024-06-06 18:20:06 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-06-06 18:26:44 (GMT) |
commit | 8e8a4baf652f6e1cee7acde9d78c4b6154539748 (patch) | |
tree | db16b014a54e973987a23a4580895d75f3ba99a3 /Include | |
parent | b03d71d0d8415281e71ae4f1455222db4b4b66d2 (diff) | |
download | cpython-3.12.4.zip cpython-3.12.4.tar.gz cpython-3.12.4.tar.bz2 |
Python 3.12.4v3.12.4
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 833e64d..07e7718 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 12 -#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.12.3+" +#define PY_VERSION "3.12.4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |