summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-03-07 12:28:08 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-03-07 12:32:18 (GMT)
commit3ddfa55df48a67a5972feac32eaeb85effeda8e3 (patch)
tree593da3e2e17b24f6352f950cade845f0a27ccca5 /Include
parent3b3be05a164da43f201e35b6dafbc840993a4d18 (diff)
downloadcpython-3ddfa55df48a67a5972feac32eaeb85effeda8e3.zip
cpython-3ddfa55df48a67a5972feac32eaeb85effeda8e3.tar.gz
cpython-3ddfa55df48a67a5972feac32eaeb85effeda8e3.tar.bz2
Python 3.11.0a6v3.11.0a6
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 a0cca23..5668fc0 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 5
+#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.11.0a5+"
+#define PY_VERSION "3.11.0a6"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.