diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-04-08 17:06:51 +0300 |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-04-08 17:06:51 +0300 |
commit | b6b5767e9bd574941d8156ce686da9662148227b (patch) | |
tree | 93f0a1bc1d44580ba804cfb9d81c1c442e712b01 | |
parent | 29af6cee02fbe74d59c6d725a506fe60c77d37d6 (diff) | |
download | cpython-b6b5767e9bd574941d8156ce686da9662148227b.tar.gz cpython-b6b5767e9bd574941d8156ce686da9662148227b.zip |
Post 3.14.0a7
-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 9ff786cdccf..ed570864f6b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,7 +24,7 @@ #define PY_RELEASE_SERIAL 7 /* Version as a string */ -#define PY_VERSION "3.14.0a7" +#define PY_VERSION "3.14.0a7+" /*--end constants--*/ |