summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-10-07 09:34:30 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-10-07 09:34:52 (GMT)
commitebf955df7a89ed0c7968f79faec1de49f61ed7cb (patch)
treef493a973fedda9dc01c21cce7e3e0e5af1a95bb0 /Include/patchlevel.h
parent33f1330bd5a18019336b65bb9ee9c8e7c57c79e1 (diff)
downloadcpython-3.14.0.zip
cpython-3.14.0.tar.gz
cpython-3.14.0.tar.bz2
Python 3.14.0v3.14.0
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 d459366..5a90a69 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_GAMMA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
+#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.14.0rc3+"
+#define PY_VERSION "3.14.0"
/*--end constants--*/