diff options
author | Thomas Wouters <thomas@python.org> | 2023-09-05 21:55:58 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-09-05 21:57:19 (GMT) |
commit | 40913a56eda152e72c4b80aee8e86542c3019084 (patch) | |
tree | d721214d62ec5d3ac652f6f741a11234b1b71b00 /Include | |
parent | 495ba70356fc4824aabb7c245b441051dded14e0 (diff) | |
download | cpython-40913a56eda152e72c4b80aee8e86542c3019084.zip cpython-40913a56eda152e72c4b80aee8e86542c3019084.tar.gz cpython-40913a56eda152e72c4b80aee8e86542c3019084.tar.bz2 |
Python 3.12.0rc2v3.12.0rc2
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 29a87c5..5fd803e 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_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.12.0rc1+" +#define PY_VERSION "3.12.0rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |