summaryrefslogtreecommitdiffstats
path: root/Include/patchlevel.h
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-03-25 19:36:40 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-03-25 19:36:40 (GMT)
commit9a448855b51b264d678e3ba3c168034c221806e2 (patch)
tree4fc7d7b829a278ffa61a7d6784e0854f93a20a4e /Include/patchlevel.h
parenta6fbc4e25e1dc7d1c9a26888b9115bc6c2afc101 (diff)
downloadcpython-9a448855b51b264d678e3ba3c168034c221806e2.zip
cpython-9a448855b51b264d678e3ba3c168034c221806e2.tar.gz
cpython-9a448855b51b264d678e3ba3c168034c221806e2.tar.bz2
v3.8.0a3v3.8.0a3
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 e9edf46..610c8a9 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 8
#define PY_MICRO_VERSION 0
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_ALPHA
-#define PY_RELEASE_SERIAL 2
+#define PY_RELEASE_SERIAL 3
/* Version as a string */
-#define PY_VERSION "3.8.0a2+"
+#define PY_VERSION "3.8.0a3"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.