summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-03-26 09:08:49 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-03-26 09:08:49 (GMT)
commit9f966dfd90a8b11389b52b806073f7c8c44d2137 (patch)
tree90695c906990aadfb39d6127fd0e214bd3d35bdd /Include
parent0523c39e7720b82b38ad793d3f1a5681adcdf873 (diff)
parent9a448855b51b264d678e3ba3c168034c221806e2 (diff)
downloadcpython-9f966dfd90a8b11389b52b806073f7c8c44d2137.zip
cpython-9f966dfd90a8b11389b52b806073f7c8c44d2137.tar.gz
cpython-9f966dfd90a8b11389b52b806073f7c8c44d2137.tar.bz2
Merge tag 'v3.8.0a3'
Python 3.8.0a3
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 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.