summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorŁukasz Langa <lukasz@langa.pl>2019-12-18 21:09:19 (GMT)
committerŁukasz Langa <lukasz@langa.pl>2019-12-18 21:09:19 (GMT)
commit6202d856d637a9b4eb9789b4d4a1edb12d877de5 (patch)
treee782d287784153451c2c91c066bbecfd050a85a4 /Include
parent673c39331f844a80c465efd7cff88ac55c432bfb (diff)
downloadcpython-6202d856d637a9b4eb9789b4d4a1edb12d877de5.zip
cpython-6202d856d637a9b4eb9789b4d4a1edb12d877de5.tar.gz
cpython-6202d856d637a9b4eb9789b4d4a1edb12d877de5.tar.bz2
Python 3.9.0a2v3.9.0a2
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 42f4f86..87fd693 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 1
+#define PY_RELEASE_SERIAL 2
/* Version as a string */
-#define PY_VERSION "3.9.0a1+"
+#define PY_VERSION "3.9.0a2"
/*--end constants--*/
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.