summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-09-06 10:27:54 (GMT)
committerThomas Wouters <thomas@python.org>2023-09-06 10:27:54 (GMT)
commit8c7655554cad5d9062f9edf0a78c5fadaede0497 (patch)
tree7781aae65b6e3b46415b490d8fb77be94a2cf90e /Include
parent40913a56eda152e72c4b80aee8e86542c3019084 (diff)
downloadcpython-8c7655554cad5d9062f9edf0a78c5fadaede0497.zip
cpython-8c7655554cad5d9062f9edf0a78c5fadaede0497.tar.gz
cpython-8c7655554cad5d9062f9edf0a78c5fadaede0497.tar.bz2
Post 3.12.0rc2
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 5fd803e..edb59b7 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.12.0rc2"
+#define PY_VERSION "3.12.0rc2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.