diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-04-05 19:52:24 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-04-05 19:54:03 (GMT) |
commit | 2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b (patch) | |
tree | f138892ac1bb4ccf4ffc5c7eb95166d0b5eed706 /Include/patchlevel.h | |
parent | c1d93b6411f975d67e43942f1a2745a22983c18c (diff) | |
download | cpython-2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b.zip cpython-2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b.tar.gz cpython-2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b.tar.bz2 |
Python 3.11.0a7v3.11.0a7
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 fae787d..9850a11 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 11 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 6 +#define PY_RELEASE_SERIAL 7 /* Version as a string */ -#define PY_VERSION "3.11.0a6+" +#define PY_VERSION "3.11.0a7" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |