summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-11-15 12:36:51 (GMT)
committerThomas Wouters <thomas@python.org>2022-11-15 12:36:51 (GMT)
commitbd58b89654a98cbfb92a6e054ac285bd32cdf58f (patch)
tree828e3a298aa32d22c403a1cf1c8b415086dc1b3c
parent3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff (diff)
downloadcpython-bd58b89654a98cbfb92a6e054ac285bd32cdf58f.zip
cpython-bd58b89654a98cbfb92a6e054ac285bd32cdf58f.tar.gz
cpython-bd58b89654a98cbfb92a6e054ac285bd32cdf58f.tar.bz2
Post 3.12.0a2
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index ddc6fd0..a16b8d7 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.0a2"
+#define PY_VERSION "3.12.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.