diff options
author | Thomas Wouters <thomas@python.org> | 2023-08-05 12:10:03 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-08-05 12:11:50 (GMT) |
commit | 63bcd91daccc7c873d57e21406d038f8216b6ddf (patch) | |
tree | 36a7ed380401eb92fe2c6fe7b64839d979a00b3d /Include | |
parent | 236cdadb08f1881bda96b48429ce8e882f8bcb9d (diff) | |
download | cpython-63bcd91daccc7c873d57e21406d038f8216b6ddf.zip cpython-63bcd91daccc7c873d57e21406d038f8216b6ddf.tar.gz cpython-63bcd91daccc7c873d57e21406d038f8216b6ddf.tar.bz2 |
Python 3.12.0rc1v3.12.0rc1
Diffstat (limited to 'Include')
-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 e3d7ef5..51e0e9b 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_BETA -#define PY_RELEASE_SERIAL 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.12.0b4+" +#define PY_VERSION "3.12.0rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |