summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 15:52:43 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 15:52:43 (GMT)
commitd70e5c1fefb69c541205a7e97795f10fd61c2905 (patch)
treeb41ad775aceafb82c1cedc83fd7f9d0260d77f23 /Include
parent401bfc69d1258fde07141cd1a12af00aa44a8e0f (diff)
downloadcpython-d70e5c1fefb69c541205a7e97795f10fd61c2905.zip
cpython-d70e5c1fefb69c541205a7e97795f10fd61c2905.tar.gz
cpython-d70e5c1fefb69c541205a7e97795f10fd61c2905.tar.bz2
Post 3.14.0a3
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1e9df2d..6d4f719 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.14.0a3"
+#define PY_VERSION "3.14.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.