diff options
| author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2026-01-13 10:26:31 (GMT) |
|---|---|---|
| committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2026-01-13 10:26:56 (GMT) |
| commit | 43cd277ae924c6288eaa9998720c25cb2c26d694 (patch) | |
| tree | f4f3f5a40dc789ea7e3b027ae9416b95f4a7dc43 /Include | |
| parent | c4ab024530feb3a66d51bcef2e33b309ca0d543f (diff) | |
| download | cpython-3.15.0a4.zip cpython-3.15.0a4.tar.gz cpython-3.15.0a4.tar.bz2 | |
Python 3.15.0a4v3.15.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 90a73c8..eb0875c 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,10 +24,10 @@ #define PY_MINOR_VERSION 15 #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.15.0a3+" +#define PY_VERSION "3.15.0a4" /*--end constants--*/ |
