diff options
| author | Pablo Galindo <pablogsal@gmail.com> | 2023-06-06 22:29:37 (GMT) |
|---|---|---|
| committer | Pablo Galindo <pablogsal@gmail.com> | 2023-06-06 22:30:33 (GMT) |
| commit | b4e48a444ea02921ce4b701fe165e6cfd4cf5845 (patch) | |
| tree | 310c6c0a86e5769e0e34582be2554ab1215f2e76 /Include | |
| parent | b7fd286c3bc4ee6f2685605b9039098c42514da8 (diff) | |
| download | cpython-3.10.12.zip cpython-3.10.12.tar.gz cpython-3.10.12.tar.bz2 | |
Python 3.10.12v3.10.12
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 175dd99..29ff323 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 11 +#define PY_MICRO_VERSION 12 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.11+" +#define PY_VERSION "3.10.12" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
