summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-10-15 19:29:35 (GMT)
committerHugo van Kemenade <1324225+hugovk@users.noreply.github.com>2024-10-15 19:34:54 (GMT)
commit8cdaca8b25e3354530d66cbccc622e0e914e8e8a (patch)
tree569f57edf7b734105549a331020eb14f73347240 /Include
parent3ea488aac44887a7cdb30be69580c81a0ca6afe2 (diff)
downloadcpython-8cdaca8b25e3354530d66cbccc622e0e914e8e8a.zip
cpython-8cdaca8b25e3354530d66cbccc622e0e914e8e8a.tar.gz
cpython-8cdaca8b25e3354530d66cbccc622e0e914e8e8a.tar.bz2
Python 3.14.0a1v3.14.0a1
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 d63af11..c7a9496 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 0
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.14.0a0"
+#define PY_VERSION "3.14.0a1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.