summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-10-05 12:42:52 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-10-05 12:44:05 (GMT)
commit7c12e4835ebe52287acd200a2e76b533413b15d0 (patch)
tree7c893715b7bb92ef64202defe41b7b1bef001bc7 /Include
parent5146877623ebe8a2806411703b0de9c0aba179a1 (diff)
downloadcpython-7c12e4835ebe52287acd200a2e76b533413b15d0.zip
cpython-7c12e4835ebe52287acd200a2e76b533413b15d0.tar.gz
cpython-7c12e4835ebe52287acd200a2e76b533413b15d0.tar.bz2
Python 3.11.0a1v3.11.0a1
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 f37c4d4..28a081d 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 0
+#define PY_RELEASE_SERIAL 1
/* Version as a string */
-#define PY_VERSION "3.11.0a0"
+#define PY_VERSION "3.11.0a1"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.