diff options
author | Thomas Wouters <thomas@python.org> | 2023-10-02 11:44:36 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-10-02 11:48:14 (GMT) |
commit | 0fb18b02c8ad56299d6a2910be0bab8ad601ef24 (patch) | |
tree | 1411011f0595789947082ab9d8ea31a782be739f /Include | |
parent | f4f919e3d811251f87c5b412b5238702f66879fd (diff) | |
download | cpython-3.12.0.zip cpython-3.12.0.tar.gz cpython-3.12.0.tar.bz2 |
Python 3.12.0v3.12.0
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 d962d24..bb45986 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_GAMMA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.12.0rc3+" +#define PY_VERSION "3.12.0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |