diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-07-08 08:56:46 (GMT) |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-07-08 08:57:23 (GMT) |
commit | 7ec1faba0c85d28ae490555f0922c86eb50e874b (patch) | |
tree | df780c5b70a4488605907606cc0226f86e67982a /Include/patchlevel.h | |
parent | 376e037eccdb7a75c28725b470bd7f916a9bb987 (diff) | |
download | cpython-3.14.0b4.zip cpython-3.14.0b4.tar.gz cpython-3.14.0b4.tar.bz2 |
Python 3.14.0b4v3.14.0b4
Diffstat (limited to 'Include/patchlevel.h')
-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 ad88a90..4013579 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -21,10 +21,10 @@ #define PY_MINOR_VERSION 14 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.14.0b3+" +#define PY_VERSION "3.14.0b4" /*--end constants--*/ |