summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-01-10 12:07:54 (GMT)
committerThomas Wouters <thomas@python.org>2023-01-10 12:09:15 (GMT)
commit3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75 (patch)
tree9d8ca96c074dc693963c3c1d85009f2b23b9173b /Include
parentf07daaf4f7a637f9f9324e7c8bf78e8a3faae7e0 (diff)
downloadcpython-3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75.zip
cpython-3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75.tar.gz
cpython-3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75.tar.bz2
Python 3.12.0a4v3.12.0a4
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 3a7e3b4..3031946 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_ALPHA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.12.0a3+"
+#define PY_VERSION "3.12.0a4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.