summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-11-22 21:24:48 (GMT)
committerThomas Wouters <thomas@python.org>2023-11-22 21:24:48 (GMT)
commit1c5279b9d63ab5b8562c42cad18b042aab931758 (patch)
tree21e9185d054b8540e19feb337fbdd05a7678abaa /Include
parent9c4347ef8b60f54dd357fd6b2f5ca9edc5105e2a (diff)
downloadcpython-1c5279b9d63ab5b8562c42cad18b042aab931758.zip
cpython-1c5279b9d63ab5b8562c42cad18b042aab931758.tar.gz
cpython-1c5279b9d63ab5b8562c42cad18b042aab931758.tar.bz2
Post 3.13.0a2
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 592491e..fad79ec 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.0a2"
+#define PY_VERSION "3.13.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.