diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-01-25 13:52:06 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-01-25 13:52:06 (GMT) |
commit | b07ead34111f6b647c7b6afbf0507b0304f2b86e (patch) | |
tree | a50ff7a3a0bbb86049a087f9f10f19008e29c144 /Include | |
parent | 40c080934b3d49311209b1cb690c2ea1e04df7e7 (diff) | |
parent | c33378df3988de26a07df9cb9ba5df4192ed9c4e (diff) | |
download | cpython-b07ead34111f6b647c7b6afbf0507b0304f2b86e.zip cpython-b07ead34111f6b647c7b6afbf0507b0304f2b86e.tar.gz cpython-b07ead34111f6b647c7b6afbf0507b0304f2b86e.tar.bz2 |
Merge tag 'v3.9.0a3'
Python 3.9.0a3
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e6b33da..d0720f7 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 2 +#define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.9.0a2+" +#define PY_VERSION "3.9.0a3" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |