summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-06-17 12:20:47 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-06-17 12:20:47 (GMT)
commit4f71b0199bfd4d83a01bf660a4650307cdc7c089 (patch)
tree30fc85523e42f0db6f5de4476d563933a0f6db7c /Include
parent865714a117aca026ecd407159bc6b380a0299bb8 (diff)
downloadcpython-4f71b0199bfd4d83a01bf660a4650307cdc7c089.zip
cpython-4f71b0199bfd4d83a01bf660a4650307cdc7c089.tar.gz
cpython-4f71b0199bfd4d83a01bf660a4650307cdc7c089.tar.bz2
Post 3.10.0b3
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 9c16877..f0fa5f5 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.10.0b3"
+#define PY_VERSION "3.10.0b3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.