summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-01-04 21:17:03 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-01-04 21:17:03 (GMT)
commit958acd2da0525115e953aca5c43056c88000e8d0 (patch)
treefd430d35d760e3990a56d960f63429daa1933312
parentef2d371dee55c6ad8bdecaee47834ea3155833c5 (diff)
downloadcpython-958acd2da0525115e953aca5c43056c88000e8d0.zip
cpython-958acd2da0525115e953aca5c43056c88000e8d0.tar.gz
cpython-958acd2da0525115e953aca5c43056c88000e8d0.tar.bz2
Post 3.10.0a4
-rw-r--r--Include/patchlevel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 691362a..806f7d2 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.10.0a4"
+#define PY_VERSION "3.10.0a4+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.