summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2024-04-09 15:25:54 (GMT)
committerThomas Wouters <thomas@python.org>2024-04-09 15:25:54 (GMT)
commit26831278d85761bd33975a7503fbf42b42eae91d (patch)
tree5169c1f7e12b28d0f5e83d0d6debb62f760cb7e9
parentf6650f9ad73359051f3e558c2431a109bc016664 (diff)
downloadcpython-26831278d85761bd33975a7503fbf42b42eae91d.zip
cpython-26831278d85761bd33975a7503fbf42b42eae91d.tar.gz
cpython-26831278d85761bd33975a7503fbf42b42eae91d.tar.bz2
Post 3.12.3
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 24e6579..833e64d 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 0
/* Version as a string */
-#define PY_VERSION "3.12.3"
+#define PY_VERSION "3.12.3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.