diff options
author | Thomas Wouters <thomas@python.org> | 2022-12-06 18:31:10 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-12-06 18:33:02 (GMT) |
commit | b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d (patch) | |
tree | cb9829975e01526eb583f0c9fea6d4144ad58ef5 /Include | |
parent | fd38a2f0ec03b4eec5e3cfd41241d198b1ee555a (diff) | |
download | cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.zip cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.tar.gz cpython-b6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d.tar.bz2 |
Python 3.12.0a3v3.12.0a3
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 a16b8d7..1ae4889 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 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.12.0a2+" +#define PY_VERSION "3.12.0a3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |