summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-08-01 09:02:31 (GMT)
committerThomas Wouters <thomas@python.org>2024-08-01 09:02:31 (GMT)
commit458898022196dbd506d0211e7d3ddf7b591ffba1 (patch)
tree9adb31d4be98f9264a7a9e109b51f33b228c6e9f /Include/patchlevel.h
parente4a3e786a5eb54edde84698909ed6ade4704c3ba (diff)
downloadcpython-458898022196dbd506d0211e7d3ddf7b591ffba1.zip
cpython-458898022196dbd506d0211e7d3ddf7b591ffba1.tar.gz
cpython-458898022196dbd506d0211e7d3ddf7b591ffba1.tar.bz2
Post 3.13.0rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index bbebe5b..829f1ac 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.0rc1"
+#define PY_VERSION "3.13.0rc1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.