summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-11-19 14:51:57 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-11-19 14:52:44 (GMT)
commitadd43c3420b9700f5dc79da59e7d803cecb1c198 (patch)
tree4d63e5c5e2aa53efd2c65f28b55f5448d2935843 /Include
parent4d771977b17e5ffaa9c2e8a2e6f5d393f68fc63c (diff)
downloadcpython-3.14.0a2.zip
cpython-3.14.0a2.tar.gz
cpython-3.14.0a2.tar.bz2
Python 3.14.0a2v3.14.0a2
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 f7b33a8..815608d 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 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.14.0a1+"
+#define PY_VERSION "3.14.0a2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.