aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-01-04 21:17:03 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-01-04 21:17:03 +0000
commit958acd2da0525115e953aca5c43056c88000e8d0 (patch)
treefd430d35d760e3990a56d960f63429daa1933312 /Include
parentMerge tag 'v3.10.0a4' (diff)
downloadcpython-958acd2da0525115e953aca5c43056c88000e8d0.tar.gz
cpython-958acd2da0525115e953aca5c43056c88000e8d0.tar.bz2
cpython-958acd2da0525115e953aca5c43056c88000e8d0.zip
Post 3.10.0a4
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 691362a532c..806f7d279d1 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.