summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-02-11 19:26:52 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2025-02-11 19:26:52 (GMT)
commit1c1190ac298a83c6a72007ebb0520435c7ca6058 (patch)
treecdfae1f789383a61bdba89a737f0da621c8aecfc
parent3ae91014827f41846432995472b08f89061b0c1c (diff)
downloadcpython-1c1190ac298a83c6a72007ebb0520435c7ca6058.zip
cpython-1c1190ac298a83c6a72007ebb0520435c7ca6058.tar.gz
cpython-1c1190ac298a83c6a72007ebb0520435c7ca6058.tar.bz2
Post 3.14.0a5
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 74b630a..5929c3f 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -24,7 +24,7 @@
#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.14.0a5"
+#define PY_VERSION "3.14.0a5+"
/*--end constants--*/