summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-01-17 15:17:42 (GMT)
committerThomas Wouters <thomas@python.org>2024-01-17 15:17:42 (GMT)
commit1a2e18b23c61f5e5de49e617ca2e454cdedce418 (patch)
tree2ed828e3a296aa27f2e41ee56c376fb884a1040a /Include
parentf009305a7d635f86440c804a2916f8fa4d7fc637 (diff)
downloadcpython-1a2e18b23c61f5e5de49e617ca2e454cdedce418.zip
cpython-1a2e18b23c61f5e5de49e617ca2e454cdedce418.tar.gz
cpython-1a2e18b23c61f5e5de49e617ca2e454cdedce418.tar.bz2
Post 3.13.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 62726ca..5f9b720 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.13.0a3"
+#define PY_VERSION "3.13.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.