summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:32 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-05-06 15:33:52 (GMT)
commitb092705907c758d4f9742028652c9802f9f03dd3 (patch)
tree8e8c378696b7be57fc177723dbd7ee1624943d12 /Include
parent5f01b00deae68c97823d568f863c5d42d959a05f (diff)
downloadcpython-3.14.0b1.zip
cpython-3.14.0b1.tar.gz
cpython-3.14.0b1.tar.bz2
Python 3.14.0b1v3.14.0b1
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ed57086..c9dd659 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,11 +20,11 @@
#define PY_MAJOR_VERSION 3
#define PY_MINOR_VERSION 14
#define PY_MICRO_VERSION 0
-#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 7
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.14.0a7+"
+#define PY_VERSION "3.14.0b1"
/*--end constants--*/