summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:49:37 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-12-17 09:50:39 (GMT)
commit401bfc69d1258fde07141cd1a12af00aa44a8e0f (patch)
treea007d598bd18eb7b70de8127ff4697125229b68d /Include
parentb9a492b809d8765ee365a5dd3c6ba4e5130a80af (diff)
downloadcpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.zip
cpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.tar.gz
cpython-401bfc69d1258fde07141cd1a12af00aa44a8e0f.tar.bz2
Python 3.14.0a3v3.14.0a3
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index e99c3a6..1e9df2d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 14
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.14.0a2+"
+#define PY_VERSION "3.14.0a3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.