summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-02-15 20:52:49 (GMT)
committerThomas Wouters <thomas@python.org>2024-02-15 20:52:49 (GMT)
commitc08c0679055d96c0397cf128bf7cc8134538b36a (patch)
tree66c19a7e66470741c8d50ab8b9c99b4bb407e9c5
parent9d34f60783b726de5bb0352d0efb1cbd23a4ac89 (diff)
downloadcpython-c08c0679055d96c0397cf128bf7cc8134538b36a.zip
cpython-c08c0679055d96c0397cf128bf7cc8134538b36a.tar.gz
cpython-c08c0679055d96c0397cf128bf7cc8134538b36a.tar.bz2
Post 3.13.0a4
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2da8da9..ae2d22f 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.13.0a4"
+#define PY_VERSION "3.13.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.