diff options
author | Thomas Wouters <thomas@python.org> | 2023-11-22 21:24:48 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-11-22 21:24:48 (GMT) |
commit | 1c5279b9d63ab5b8562c42cad18b042aab931758 (patch) | |
tree | 21e9185d054b8540e19feb337fbdd05a7678abaa /Include | |
parent | 9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a (diff) | |
download | cpython-1c5279b9d63ab5b8562c42cad18b042aab931758.zip cpython-1c5279b9d63ab5b8562c42cad18b042aab931758.tar.gz cpython-1c5279b9d63ab5b8562c42cad18b042aab931758.tar.bz2 |
Post 3.13.0a2
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 592491e..fad79ec 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.13.0a2" +#define PY_VERSION "3.13.0a2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |