diff options
author | Thomas Wouters <thomas@python.org> | 2023-02-07 12:17:26 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-02-07 12:21:15 (GMT) |
commit | 3c67ec394faac79d260804d569a18fab43018af0 (patch) | |
tree | db0483c4124a887cf43d4f1f85d4e103c78d1d3e /Include | |
parent | 79903240480429a6e545177416a7b782b0e5b9bd (diff) | |
download | cpython-3c67ec394faac79d260804d569a18fab43018af0.zip cpython-3c67ec394faac79d260804d569a18fab43018af0.tar.gz cpython-3c67ec394faac79d260804d569a18fab43018af0.tar.bz2 |
Python 3.12.0a5v3.12.0a5
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 3a3e40c..df6098b 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 4 +#define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.12.0a4+" +#define PY_VERSION "3.12.0a5" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |