aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-01-04 17:24:56 +0000
committerPablo Galindo <pablogsal@gmail.com>2021-01-04 17:26:00 +0000
commit445f7f54b1dd334db6cd5999da262e3caeed492a (patch)
treeb8c48efed3fb2e3a7bced95506b4f23721b5fb23 /Include
parentFix 'make suspicious' for the itertools module (GH-24097) (diff)
downloadcpython-445f7f54b1dd334db6cd5999da262e3caeed492a.tar.gz
cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.tar.bz2
cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.zip
Python 3.10.0a4v3.10.0a4
Diffstat (limited to 'Include')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1af225ca093..691362a532c 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 10
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 3
+#define PY_RELEASE_SERIAL 4
/* Version as a string */
-#define PY_VERSION "3.10.0a3+"
+#define PY_VERSION "3.10.0a4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.