summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-10-25 04:17:18 +0200
committerThomas Wouters <thomas@python.org>2022-10-25 04:17:18 +0200
commit286549b7cc8f3610014c3db204a693b4e219ef46 (patch)
tree04a64a066d0585d3d984aab3e532a1279a0dadb4 /Include/patchlevel.h
parent4ae1a0ecaffe4320fe9774fad1f395f732c17959 (diff)
downloadcpython-git-286549b7cc8f3610014c3db204a693b4e219ef46.tar.gz
Post 3.12.0a1
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 1d72b74dd2..6827225c19 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.