diff options
author | Thomas Wouters <thomas@python.org> | 2022-10-25 00:07:03 +0200 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-10-25 00:08:22 +0200 |
commit | 4ae1a0ecaffe4320fe9774fad1f395f732c17959 (patch) | |
tree | c730d6852cbc420a258cb3248b0486bff91b90ac /Include/patchlevel.h | |
parent | ad1dc3ebb6aadaeeeacde13d4ed2d62bf302bf62 (diff) | |
download | cpython-4ae1a0ecaffe4320fe9774fad1f395f732c17959.tar.gz cpython-4ae1a0ecaffe4320fe9774fad1f395f732c17959.zip |
Python 3.12.0a1v3.12.0a1
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 37a984494d7..1d72b74dd23 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. |