summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-26 13:26:37 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-26 13:26:47 (GMT)
commit12d3f883ae8aa6297a575511b14fa1e82248427d (patch)
tree87e2ae93d1700e2502793a7fa7476df56e6bb2e4 /Include/patchlevel.h
parent6c917cb11c3b38b6435c12519153f8323995edf7 (diff)
downloadcpython-3.14.0b2.zip
cpython-3.14.0b2.tar.gz
cpython-3.14.0b2.tar.bz2
Python 3.14.0b2v3.14.0b2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 03ac584..aba2671 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 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.14.0b1+"
+#define PY_VERSION "3.14.0b2"
/*--end constants--*/