summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-10-05 13:42:52 +0100
committerPablo Galindo <pablogsal@gmail.com>2021-10-05 13:44:05 +0100
commit7c12e4835ebe52287acd200a2e76b533413b15d0 (patch)
tree7c893715b7bb92ef64202defe41b7b1bef001bc7 /Include/patchlevel.h
parent5146877623ebe8a2806411703b0de9c0aba179a1 (diff)
downloadcpython-git-3.11.0a1.tar.gz
Python 3.11.0a1v3.11.0a1
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 f37c4d48e3..28a081d0af 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.