summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-02-07 13:17:26 +0100
committerThomas Wouters <thomas@python.org>2023-02-07 13:21:15 +0100
commit3c67ec394faac79d260804d569a18fab43018af0 (patch)
treedb0483c4124a887cf43d4f1f85d4e103c78d1d3e /Include/patchlevel.h
parent79903240480429a6e545177416a7b782b0e5b9bd (diff)
downloadcpython-git-3.12.0a5.tar.gz
Python 3.12.0a5v3.12.0a5
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 3a3e40c2e0..df6098be8b 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 4
+#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.12.0a4+"
+#define PY_VERSION "3.12.0a5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.