summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-07-11 16:24:37 +0100
committerPablo Galindo <pablogsal@gmail.com>2022-07-11 16:25:22 +0100
commit5a7e1e0a92622c605ab28c95b3dd61a21d285ad5 (patch)
treebd85e0a43ee6d6758c0843ef90d3467aeb8b8b75 /Include/patchlevel.h
parenta276833a7d2dadce2d9ffcbc3f958e32749b0234 (diff)
downloadcpython-git-3.11.0b4.tar.gz
Python 3.11.0b4v3.11.0b4
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 06d20ff72b..4b2c9ed14c 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 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.11.0b3+"
+#define PY_VERSION "3.11.0b4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.