summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-01-10 16:40:11 (GMT)
committerThomas Wouters <thomas@python.org>2023-01-10 16:40:11 (GMT)
commit8dd2766d99f8f51ad62dc0fde8282483590c6cd0 (patch)
tree511c5a191b989161eba96b976e6a183afcb8bbb2 /Include/patchlevel.h
parent3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75 (diff)
downloadcpython-8dd2766d99f8f51ad62dc0fde8282483590c6cd0.zip
cpython-8dd2766d99f8f51ad62dc0fde8282483590c6cd0.tar.gz
cpython-8dd2766d99f8f51ad62dc0fde8282483590c6cd0.tar.bz2
Post 3.12.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3031946..3a3e40c 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.0a4"
+#define PY_VERSION "3.12.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.