diff options
| author | Thomas Wouters <thomas@python.org> | 2024-04-09 07:16:57 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-04-09 08:09:14 (GMT) |
| commit | f6650f9ad73359051f3e558c2431a109bc016664 (patch) | |
| tree | 39479b6d5195fb1c6d50f7b1ca9e924588c02ecd /Include/patchlevel.h | |
| parent | ced359855e6e8b4737063df1045c25dcd267348b (diff) | |
| download | cpython-3.12.3.zip cpython-3.12.3.tar.gz cpython-3.12.3.tar.bz2 | |
Python 3.12.3v3.12.3
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 7fb7fe1..24e6579 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 2 +#define PY_MICRO_VERSION 3 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.12.2+" +#define PY_VERSION "3.12.3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
