summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-02-03 18:34:09 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-02-03 18:37:08 (GMT)
commitc4e4b91557f18f881f393d80f5d8ce29de760e67 (patch)
tree510f1856d376277a2326ca48b3bcd8f909cb5049 /Include
parent2d080347d74078a55c47715d232d1ab8dc8cd603 (diff)
downloadcpython-c4e4b91557f18f881f393d80f5d8ce29de760e67.zip
cpython-c4e4b91557f18f881f393d80f5d8ce29de760e67.tar.gz
cpython-c4e4b91557f18f881f393d80f5d8ce29de760e67.tar.bz2
Python 3.11.0a5v3.11.0a5
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 1715d53..3ab1ce2 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 4
+#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.11.0a4+"
+#define PY_VERSION "3.11.0a5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.