aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2020-12-08 02:31:04 +0000
committerPablo Galindo <pablogsal@gmail.com>2020-12-08 02:31:04 +0000
commit233fddfe395e0de79a3866c9067ae7c544373ebf (patch)
treee53ac42655e00faf66f6f6675048c2b4543126d1 /Include
parentMerge tag 'v3.10.0a3' (diff)
downloadcpython-233fddfe395e0de79a3866c9067ae7c544373ebf.tar.gz
cpython-233fddfe395e0de79a3866c9067ae7c544373ebf.tar.bz2
cpython-233fddfe395e0de79a3866c9067ae7c544373ebf.zip
Post 3.10.0a3
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 6174cb6d5f8..1af225ca093 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.0a3"
+#define PY_VERSION "3.10.0a3+"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.