summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-03-01 19:42:28 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-03-01 19:42:28 (GMT)
commit7c255082634e3951a434264aeacf6b3f4b029647 (patch)
tree739ee338ca861c5770ff414222c7d0586725dfc9
parent4b7f4ff168076c89d7b5fc5f9c9c162282fb818b (diff)
downloadcpython-7c255082634e3951a434264aeacf6b3f4b029647.zip
cpython-7c255082634e3951a434264aeacf6b3f4b029647.tar.gz
cpython-7c255082634e3951a434264aeacf6b3f4b029647.tar.bz2
Post 3.10.0a6
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 6f4e745..31da16a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -23,7 +23,7 @@
#define PY_RELEASE_SERIAL 6
/* Version as a string */
-#define PY_VERSION "3.10.0a6"
+#define PY_VERSION "3.10.0a6+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.