summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-04-09 18:40:50 (GMT)
committerThomas Wouters <thomas@python.org>2024-04-09 18:40:50 (GMT)
commit54084e2fe405d2c0894fff6e5c3432c85f46f75e (patch)
tree09ea2f9bc3578264ae53cd95ff123f2ab0d5d557
parent57aee2a02ce38be30cf6c310245547cf56562ab6 (diff)
downloadcpython-54084e2fe405d2c0894fff6e5c3432c85f46f75e.zip
cpython-54084e2fe405d2c0894fff6e5c3432c85f46f75e.tar.gz
cpython-54084e2fe405d2c0894fff6e5c3432c85f46f75e.tar.bz2
Post 3.13.0a6
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index c14b181..35c595d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.13.0a6"
+#define PY_VERSION "3.13.0a6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.