diff options
author | Thomas Wouters <thomas@python.org> | 2023-10-13 11:39:00 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-10-13 11:39:00 (GMT) |
commit | 4e011229a9a47c780c4ef6cd756685f15183b920 (patch) | |
tree | f09dff7082bb1a9be7b38c18e8bc98eedc9ea865 /Include | |
parent | ad056f03aee8000a1564a1d17f655f8713c48e48 (diff) | |
download | cpython-4e011229a9a47c780c4ef6cd756685f15183b920.zip cpython-4e011229a9a47c780c4ef6cd756685f15183b920.tar.gz cpython-4e011229a9a47c780c4ef6cd756685f15183b920.tar.bz2 |
Post 3.13.0a1
Diffstat (limited to 'Include')
-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 e2a7291..c2ffa3d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.13.0a1" +#define PY_VERSION "3.13.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |