summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2023-03-07 22:41:50 +0100
committerThomas Wouters <thomas@python.org>2023-03-07 22:48:18 +0100
commitf9774e57d84162ff0cba0b17a3dcdb93dfbce45e (patch)
treedf6f6e70ec478a0f3e77b97b74ac71d0be43e388 /Include/patchlevel.h
parenta33ca2ad1fcf857817cba505a788e15cf9d6ed0c (diff)
downloadcpython-git-3.12.0a6.tar.gz
Python 3.12.0a6v3.12.0a6
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 7957220ed7..fd16421eac 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 5
+#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.12.0a5+"
+#define PY_VERSION "3.12.0a6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.