diff options
author | Łukasz Langa <lukasz@langa.pl> | 2019-11-19 11:17:21 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2019-11-19 11:17:21 (GMT) |
commit | fd757083df79c21eee862e8d89aeefefe45f64a0 (patch) | |
tree | c3a9e6835610bbb04bebb519d5f01b9784f7426f /Include | |
parent | 24555ce2f969bd69517011d23aaf8cc481090211 (diff) | |
download | cpython-fd757083df79c21eee862e8d89aeefefe45f64a0.zip cpython-fd757083df79c21eee862e8d89aeefefe45f64a0.tar.gz cpython-fd757083df79c21eee862e8d89aeefefe45f64a0.tar.bz2 |
Python 3.9.0a1v3.9.0a1
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 ad55994..7dd3dd1 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 0 +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.9.0a0" +#define PY_VERSION "3.9.0a1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |