diff options
| author | Thomas Wouters <thomas@python.org> | 2024-02-15 13:30:16 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-02-15 13:38:42 (GMT) |
| commit | 9d34f60783b726de5bb0352d0efb1cbd23a4ac89 (patch) | |
| tree | f2d576f77bc776be0b5751fe07a5ac0a99fb248f /Include | |
| parent | b0e5c35ded6d4a16d7a021c10c99bac94250edd0 (diff) | |
| download | cpython-3.13.0a4.zip cpython-3.13.0a4.tar.gz cpython-3.13.0a4.tar.bz2 | |
Python 3.13.0a4v3.13.0a4
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 5f9b720..2da8da9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 13 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.13.0a3+" +#define PY_VERSION "3.13.0a4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
