aboutsummaryrefslogtreecommitdiff
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-01-13 19:36:27 +0000
committerPablo Galindo <pablogsal@gmail.com>2022-01-13 19:38:15 +0000
commit9471106fd5b47418ffd2f90c6b729f58698f573e (patch)
tree8b14db8b8c623e6c367e24d58026a7c687cbdbe0 /Include
parent1a4d1c1c9b08e75e88aeac90901920938f649832 (diff)
downloadcpython3-9471106fd5b47418ffd2f90c6b729f58698f573e.tar.gz
Python 3.11.0a4upstream-v3.11.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 70205dbac0..c7da3481e2 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 11
#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.11.0a3+"
+#define PY_VERSION "3.11.0a4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.