summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-06-06 19:46:44 (GMT)
committerThomas Wouters <thomas@python.org>2023-06-06 19:46:44 (GMT)
commit9824a28a76af4e17496443a87f341d108eb0ebbe (patch)
tree73463afaeed2bcbe5f668b9d41c56e63d7ec213a /Include
parente6c0efa25a47488f400093fc556c03e83567aed8 (diff)
downloadcpython-9824a28a76af4e17496443a87f341d108eb0ebbe.zip
cpython-9824a28a76af4e17496443a87f341d108eb0ebbe.tar.gz
cpython-9824a28a76af4e17496443a87f341d108eb0ebbe.tar.bz2
Post 3.12.0b2
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 2d1cfc4..a6d20e4 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.0b2"
+#define PY_VERSION "3.12.0b2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.