summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-07-11 15:24:37 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-07-11 15:25:22 (GMT)
commit5a7e1e0a92622c605ab28c95b3dd61a21d285ad5 (patch)
treebd85e0a43ee6d6758c0843ef90d3467aeb8b8b75 /Include
parenta276833a7d2dadce2d9ffcbc3f958e32749b0234 (diff)
downloadcpython-5a7e1e0a92622c605ab28c95b3dd61a21d285ad5.zip
cpython-5a7e1e0a92622c605ab28c95b3dd61a21d285ad5.tar.gz
cpython-5a7e1e0a92622c605ab28c95b3dd61a21d285ad5.tar.bz2
Python 3.11.0b4v3.11.0b4
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 06d20ff..4b2c9ed 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.