summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2022-02-03 22:56:12 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2022-02-03 22:56:12 (GMT)
commit276f38f0a237aa26337a8c0e7633488e2e89d722 (patch)
tree484301c7fd58d24e09010b0f6bcb2cc7e971823a /Include
parentc4e4b91557f18f881f393d80f5d8ce29de760e67 (diff)
downloadcpython-276f38f0a237aa26337a8c0e7633488e2e89d722.zip
cpython-276f38f0a237aa26337a8c0e7633488e2e89d722.tar.gz
cpython-276f38f0a237aa26337a8c0e7633488e2e89d722.tar.bz2
Post 3.11.0a5
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 3ab1ce2..a0cca23 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 5
/* Version as a string */
-#define PY_VERSION "3.11.0a5"
+#define PY_VERSION "3.11.0a5+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.