summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-07-08 08:56:46 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-07-08 08:57:23 (GMT)
commit7ec1faba0c85d28ae490555f0922c86eb50e874b (patch)
treedf780c5b70a4488605907606cc0226f86e67982a /Include/patchlevel.h
parent376e037eccdb7a75c28725b470bd7f916a9bb987 (diff)
downloadcpython-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.h4
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--*/