summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-01-04 17:24:56 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-01-04 17:26:00 (GMT)
commit445f7f54b1dd334db6cd5999da262e3caeed492a (patch)
treeb8c48efed3fb2e3a7bced95506b4f23721b5fb23 /Include/patchlevel.h
parentde833b601319da15d90c8f3cd3c44d239d6d5924 (diff)
downloadcpython-445f7f54b1dd334db6cd5999da262e3caeed492a.zip
cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.tar.gz
cpython-445f7f54b1dd334db6cd5999da262e3caeed492a.tar.bz2
Python 3.10.0a4v3.10.0a4
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r--Include/patchlevel.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h
index 1af225c..691362a 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.