summaryrefslogtreecommitdiff
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2020-11-03 00:00:12 +0000
committerPablo Galindo <pablogsal@gmail.com>2020-11-03 00:02:08 +0000
commit114ee5dec0ba2163947833e793ece4173108e0d2 (patch)
tree4f36c965225faccac157c94cb67d3c32eb2c1eb0 /Include/patchlevel.h
parent9568622c9983b682b2a2a7bacfd3c341028ea099 (diff)
downloadcpython-git-114ee5dec0ba2163947833e793ece4173108e0d2.tar.gz
Python 3.10.0a2v3.10.0a2
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 eeb23af976..b9bdc598eb 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 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.10.0a1+"
+#define PY_VERSION "3.10.0a2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.