summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-07-11 17:31:05 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-07-11 17:31:05 (GMT)
commita4b98a792f67fcb71c41dde215b48e6a7ee5fa3a (patch)
treea6477ea798213b7e814536e76b0d9b9427ebdf2d /Include
parent5a7e1e0a92622c605ab28c95b3dd61a21d285ad5 (diff)
downloadcpython-a4b98a792f67fcb71c41dde215b48e6a7ee5fa3a.zip
cpython-a4b98a792f67fcb71c41dde215b48e6a7ee5fa3a.tar.gz
cpython-a4b98a792f67fcb71c41dde215b48e6a7ee5fa3a.tar.bz2
Post 3.11.0b4
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 4b2c9ed..42b9073 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.11.0b4"
+#define PY_VERSION "3.11.0b4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.