summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-07-25 23:18:57 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-07-25 23:21:18 +0100
commit0771d71eea30316020a86b0eec071feb6d82d350 (patch)
treeabb54d4f7f73eefa2bf29bf12af068ce279edaea /Include/patchlevel.h
parent7f731943393d57cf26ed5f2353e6e53084cd55fd (diff)
downloadcpython-git-3.11.0b5.tar.gz
Python 3.11.0b5v3.11.0b5
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 42b907386c..d6cc2a0d07 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_BETA
-#define PY_RELEASE_SERIAL 4
+#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.11.0b4+"
+#define PY_VERSION "3.11.0b5"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.