summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-10-25 02:17:18 (GMT)
committerThomas Wouters <thomas@python.org>2022-10-25 02:17:18 (GMT)
commit286549b7cc8f3610014c3db204a693b4e219ef46 (patch)
tree04a64a066d0585d3d984aab3e532a1279a0dadb4
parent4ae1a0ecaffe4320fe9774fad1f395f732c17959 (diff)
downloadcpython-286549b7cc8f3610014c3db204a693b4e219ef46.zip
cpython-286549b7cc8f3610014c3db204a693b4e219ef46.tar.gz
cpython-286549b7cc8f3610014c3db204a693b4e219ef46.tar.bz2
Post 3.12.0a1
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1d72b74..6827225 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.12.0a1"
+#define PY_VERSION "3.12.0a1+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.