summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2022-12-06 19:31:10 +0100
committerThomas Wouters <thomas@python.org>2022-12-06 19:33:02 +0100
commitb6bd7ffcbc1ffaa68e3423e7415ef8ba0f8a188d (patch)
treecb9829975e01526eb583f0c9fea6d4144ad58ef5 /Include/patchlevel.h
parentfd38a2f0ec03b4eec5e3cfd41241d198b1ee555a (diff)
downloadcpython-git-3.12.0a3.tar.gz
Python 3.12.0a3v3.12.0a3
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 a16b8d7104..1ae4889c75 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 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.12.0a2+"
+#define PY_VERSION "3.12.0a3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.