summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-01-10 13:07:54 +0100
committerThomas Wouters <thomas@python.org>2023-01-10 13:09:15 +0100
commit3d5d3f7af6498effbc60a3db1d2b5f41ae6c0a75 (patch)
tree9d8ca96c074dc693963c3c1d85009f2b23b9173b /Include/patchlevel.h
parentf07daaf4f7a637f9f9324e7c8bf78e8a3faae7e0 (diff)
downloadcpython-git-3.12.0a4.tar.gz
Python 3.12.0a4v3.12.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 3a7e3b47a8..3031946450 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.