summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-07-22 16:42:27 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-07-22 16:42:44 (GMT)
commit48f88310044c6ef877f3b0761cf7afece2f8fb3a (patch)
tree76d5269db6287831a0476b8461f13a54810d0fdb /Include/patchlevel.h
parent70990ed5cad5b886a7f595923724706a222c5945 (diff)
downloadcpython-3.14.0rc1.zip
cpython-3.14.0rc1.tar.gz
cpython-3.14.0rc1.tar.bz2
Python 3.14.0rc1v3.14.0rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 77fc8ae..c926ee8 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_BETA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.14.0b4+"
+#define PY_VERSION "3.14.0rc1"
/*--end constants--*/