summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-07-11 16:05:38 (GMT)
committerThomas Wouters <thomas@python.org>2023-07-11 16:05:38 (GMT)
commit1336bb667b4eb112afdc7d7f94a9022cfe64d3ec (patch)
treecb93a2dfeba2172c6569cb03dc45e6c87823eabb
parent97a6a418167f1c8bbb014fab813e440b88cf2221 (diff)
downloadcpython-1336bb667b4eb112afdc7d7f94a9022cfe64d3ec.zip
cpython-1336bb667b4eb112afdc7d7f94a9022cfe64d3ec.tar.gz
cpython-1336bb667b4eb112afdc7d7f94a9022cfe64d3ec.tar.bz2
Post 3.12.0b4
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 62d7e77..e3d7ef5 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.12.0b4"
+#define PY_VERSION "3.12.0b4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.