summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2020-02-25 12:21:47 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2020-02-25 21:06:39 (GMT)
commit6e02691f300c9918ac5806dafa1f2ecef451d733 (patch)
tree7e20afa91cc7ba25644ea69935d6b93491b86348 /Include
parenteb8ac57af26c4eb96a8230eba7492ce5ceef7886 (diff)
downloadcpython-6e02691f300c9918ac5806dafa1f2ecef451d733.zip
cpython-6e02691f300c9918ac5806dafa1f2ecef451d733.tar.gz
cpython-6e02691f300c9918ac5806dafa1f2ecef451d733.tar.bz2
Python 3.9.0a4v3.9.0a4
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 a62e175..5a1de0a 100644
--- a/Include/patchlevel.h
+++ b/Include/patchlevel.h
@@ -20,10 +20,10 @@
#define PY_MINOR_VERSION 9
#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.9.0a3+"
+#define PY_VERSION "3.9.0a4"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.