summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2021-04-05 16:38:40 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2021-04-05 16:39:49 (GMT)
commit53e55290cf1972919ce2e83982346ff562ca31e3 (patch)
tree0f100d73826824d7fde017007502b37a4a22ea97 /Include/patchlevel.h
parent57f21db3f629649dbd7c4531078b6a2104896411 (diff)
downloadcpython-53e55290cf1972919ce2e83982346ff562ca31e3.zip
cpython-53e55290cf1972919ce2e83982346ff562ca31e3.tar.gz
cpython-53e55290cf1972919ce2e83982346ff562ca31e3.tar.bz2
Python 3.10.0a7v3.10.0a7
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 31da16a..dc61d98 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 6
+#define PY_RELEASE_SERIAL 7
/* Version as a string */
-#define PY_VERSION "3.10.0a6+"
+#define PY_VERSION "3.10.0a7"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.