diff options
author | Thomas Wouters <thomas@python.org> | 2023-03-07 22:41:50 +0100 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-03-07 22:48:18 +0100 |
commit | f9774e57d84162ff0cba0b17a3dcdb93dfbce45e (patch) | |
tree | df6f6e70ec478a0f3e77b97b74ac71d0be43e388 /Include/patchlevel.h | |
parent | a33ca2ad1fcf857817cba505a788e15cf9d6ed0c (diff) | |
download | cpython-git-3.12.0a6.tar.gz |
Python 3.12.0a6v3.12.0a6
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 7957220ed7..fd16421eac 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 5 +#define PY_RELEASE_SERIAL 6 /* Version as a string */ -#define PY_VERSION "3.12.0a5+" +#define PY_VERSION "3.12.0a6" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |