summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-07-11 12:22:17 (GMT)
committerThomas Wouters <thomas@python.org>2023-07-11 12:23:30 (GMT)
commit97a6a418167f1c8bbb014fab813e440b88cf2221 (patch)
tree2e100b7e4ef2c170bbd21f27b5ac708e5eb9a2d1 /Include
parent6968f9e4d3593610b60c1140f04de275ff40cd41 (diff)
downloadcpython-97a6a418167f1c8bbb014fab813e440b88cf2221.zip
cpython-97a6a418167f1c8bbb014fab813e440b88cf2221.tar.gz
cpython-97a6a418167f1c8bbb014fab813e440b88cf2221.tar.bz2
Python 3.12.0b4v3.12.0b4
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index aa35c24..62d7e77 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 12
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.12.0b3+"
+#define PY_VERSION "3.12.0b4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.