diff options
author | Thomas Wouters <thomas@python.org> | 2023-04-04 15:51:44 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-04-04 15:52:42 (GMT) |
commit | b861ba4a8247af8159df1e01d33157cf57705067 (patch) | |
tree | 9ce7081299f9fb79a5e4408891e7f4cde2304a04 /Include/patchlevel.h | |
parent | 89e6a3446184925ee7f17cd0d948c7784a88b8d7 (diff) | |
download | cpython-b861ba4a8247af8159df1e01d33157cf57705067.zip cpython-b861ba4a8247af8159df1e01d33157cf57705067.tar.gz cpython-b861ba4a8247af8159df1e01d33157cf57705067.tar.bz2 |
Python 3.12.0a7v3.12.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 049cdfa..1a8a6d9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 12 #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.12.0a6+" +#define PY_VERSION "3.12.0a7" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |