summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-26 18:50:01 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-26 18:50:01 (GMT)
commitcde768cd631f71bdb48d1ca7c951effa53ca1e6f (patch)
tree7a671898b803ddf85fcb53c6f96c33e8b7174b75
parent12d3f883ae8aa6297a575511b14fa1e82248427d (diff)
downloadcpython-cde768cd631f71bdb48d1ca7c951effa53ca1e6f.zip
cpython-cde768cd631f71bdb48d1ca7c951effa53ca1e6f.tar.gz
cpython-cde768cd631f71bdb48d1ca7c951effa53ca1e6f.tar.bz2
Post 3.14.0b2
-rw-r--r--Include/patchlevel.h2
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--*/