summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-11-05 21:29:33 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-11-05 21:29:33 (GMT)
commit4d8f2e09b6216449f7b10eb42fd9af0d32f99be3 (patch)
treebc2af9350c5de6849ccc18ac86aabb903f61796d /Include
parent0b8c3f160f9a4f1d8e13658802de10c72485d5e4 (diff)
downloadcpython-4d8f2e09b6216449f7b10eb42fd9af0d32f99be3.zip
cpython-4d8f2e09b6216449f7b10eb42fd9af0d32f99be3.tar.gz
cpython-4d8f2e09b6216449f7b10eb42fd9af0d32f99be3.tar.bz2
Post 3.11.0a2
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 4f961da..4554393 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.11.0a2"
+#define PY_VERSION "3.11.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.