summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-09-19 11:02:42 (GMT)
committerThomas Wouters <thomas@python.org>2023-09-19 11:02:42 (GMT)
commit4a0c118d6a4080efc538802f70ee79ce5c046e72 (patch)
tree37b376f8473d9785bb5b5f0d06091139a2caef2b
parentb973ab3c3b333976d375c0cd4129cc3377769ea8 (diff)
downloadcpython-4a0c118d6a4080efc538802f70ee79ce5c046e72.zip
cpython-4a0c118d6a4080efc538802f70ee79ce5c046e72.tar.gz
cpython-4a0c118d6a4080efc538802f70ee79ce5c046e72.tar.bz2
Post 3.12.0rc3
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 0977888..d962d24 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.12.0rc3"
+#define PY_VERSION "3.12.0rc3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.