diff options
| author | Thomas Wouters <thomas@python.org> | 2022-10-24 22:07:03 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2022-10-24 22:08:22 (GMT) |
| commit | 4ae1a0ecaffe4320fe9774fad1f395f732c17959 (patch) | |
| tree | c730d6852cbc420a258cb3248b0486bff91b90ac /Include | |
| parent | ad1dc3ebb6aadaeeeacde13d4ed2d62bf302bf62 (diff) | |
| download | cpython-3.12.0a1.zip cpython-3.12.0a1.tar.gz cpython-3.12.0a1.tar.bz2 | |
Python 3.12.0a1v3.12.0a1
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 37a9844..1d72b74 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 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.12.0a0" +#define PY_VERSION "3.12.0a1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
