diff options
author | Thomas Wouters <thomas@python.org> | 2023-02-07 22:13:10 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-02-07 22:13:10 (GMT) |
commit | 46f461be56ab90891d2d43240d80a0e19d100ba9 (patch) | |
tree | 65c150287e2b11790fb0c1770e66f5fbdd0a2010 /Include/patchlevel.h | |
parent | 3c67ec394faac79d260804d569a18fab43018af0 (diff) | |
download | cpython-46f461be56ab90891d2d43240d80a0e19d100ba9.zip cpython-46f461be56ab90891d2d43240d80a0e19d100ba9.tar.gz cpython-46f461be56ab90891d2d43240d80a0e19d100ba9.tar.bz2 |
Post 3.12.0a5
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index df6098b..7957220 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.12.0a5" +#define PY_VERSION "3.12.0a5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |