summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-10-13 11:39:00 (GMT)
committerThomas Wouters <thomas@python.org>2023-10-13 11:39:00 (GMT)
commit4e011229a9a47c780c4ef6cd756685f15183b920 (patch)
treef09dff7082bb1a9be7b38c18e8bc98eedc9ea865 /Include
parentad056f03aee8000a1564a1d17f655f8713c48e48 (diff)
downloadcpython-4e011229a9a47c780c4ef6cd756685f15183b920.zip
cpython-4e011229a9a47c780c4ef6cd756685f15183b920.tar.gz
cpython-4e011229a9a47c780c4ef6cd756685f15183b920.tar.bz2
Post 3.13.0a1
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 e2a7291..c2ffa3d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.13.0a1"
+#define PY_VERSION "3.13.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.