summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2020-11-03 17:31:32 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2020-11-03 17:31:32 (GMT)
commita603c3d371cda76bae75836faf068e146eb6ab76 (patch)
treec2f4a39158e6ede52697bc8f1d46a0c6bc8020d1 /Include
parenta9abbda618bf24b0afbdc8af915914269bbfe487 (diff)
downloadcpython-a603c3d371cda76bae75836faf068e146eb6ab76.zip
cpython-a603c3d371cda76bae75836faf068e146eb6ab76.tar.gz
cpython-a603c3d371cda76bae75836faf068e146eb6ab76.tar.bz2
Post 3.10.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 b9bdc59..b7d2a9a 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.10.0a2"
+#define PY_VERSION "3.10.0a2+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.