summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-06-05 22:44:36 (GMT)
committerThomas Wouters <thomas@python.org>2024-06-05 22:44:36 (GMT)
commit1ba3cced7177f29803c59a83734a016e31949aa2 (patch)
tree513fca6c88b94e74c01237aaae7380c2961f6783 /Include
parent3a83b172af1bde6032ecca7c1a2e6b82d06325e1 (diff)
downloadcpython-1ba3cced7177f29803c59a83734a016e31949aa2.zip
cpython-1ba3cced7177f29803c59a83734a016e31949aa2.tar.gz
cpython-1ba3cced7177f29803c59a83734a016e31949aa2.tar.bz2
Post 3.13.0b2
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 7d04c4a..87b4f55 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.13.0b2"
+#define PY_VERSION "3.13.0b2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.