diff options
author | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-05-26 18:50:01 (GMT) |
---|---|---|
committer | Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> | 2025-05-26 18:50:01 (GMT) |
commit | cde768cd631f71bdb48d1ca7c951effa53ca1e6f (patch) | |
tree | 7a671898b803ddf85fcb53c6f96c33e8b7174b75 | |
parent | 12d3f883ae8aa6297a575511b14fa1e82248427d (diff) | |
download | cpython-cde768cd631f71bdb48d1ca7c951effa53ca1e6f.zip cpython-cde768cd631f71bdb48d1ca7c951effa53ca1e6f.tar.gz cpython-cde768cd631f71bdb48d1ca7c951effa53ca1e6f.tar.bz2 |
Post 3.14.0b2
-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 aba2671..d761b11 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -24,7 +24,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.14.0b2" +#define PY_VERSION "3.14.0b2+" /*--end constants--*/ |