diff options
author | Thomas Wouters <thomas@python.org> | 2023-05-22 14:01:29 +0200 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-05-22 14:07:36 +0200 |
commit | 5612078f68e9688fbf3b1d8565abc79b77501000 (patch) | |
tree | 2cd9bc686d32126d2c9522d06a12bff55527beb3 /Include/patchlevel.h | |
parent | 5360cb3d5608ab375de6cd8c0b408459f3fa953a (diff) | |
download | cpython-5612078f68e9688fbf3b1d8565abc79b77501000.tar.gz cpython-5612078f68e9688fbf3b1d8565abc79b77501000.zip |
Python 3.12.0b1v3.12.0b1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index aaedd563a90..3de9ed9296a 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 12 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 7 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.12.0a7+" +#define PY_VERSION "3.12.0b1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |