diff options
| author | Thomas Wouters <thomas@python.org> | 2024-08-01 09:02:31 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-08-01 09:02:31 (GMT) |
| commit | 458898022196dbd506d0211e7d3ddf7b591ffba1 (patch) | |
| tree | 9adb31d4be98f9264a7a9e109b51f33b228c6e9f /Include/patchlevel.h | |
| parent | e4a3e786a5eb54edde84698909ed6ade4704c3ba (diff) | |
| download | cpython-458898022196dbd506d0211e7d3ddf7b591ffba1.zip cpython-458898022196dbd506d0211e7d3ddf7b591ffba1.tar.gz cpython-458898022196dbd506d0211e7d3ddf7b591ffba1.tar.bz2 | |
Post 3.13.0rc1
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 bbebe5b..829f1ac 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.0rc1" +#define PY_VERSION "3.13.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
