diff options
author | Łukasz Langa <lukasz@langa.pl> | 2020-09-16 21:23:13 (GMT) |
---|---|---|
committer | Łukasz Langa <lukasz@langa.pl> | 2020-09-16 21:23:13 (GMT) |
commit | 2bd31b5fde32194a63ca1e782e2578c6bd2ba759 (patch) | |
tree | 7fd1227b1a4ddf9d665b53ac12e9942ed5c6e440 /Include | |
parent | 48f99250ff319e36b15b555128cd62e408d8165f (diff) | |
download | cpython-2bd31b5fde32194a63ca1e782e2578c6bd2ba759.zip cpython-2bd31b5fde32194a63ca1e782e2578c6bd2ba759.tar.gz cpython-2bd31b5fde32194a63ca1e782e2578c6bd2ba759.tar.bz2 |
Python 3.9.0rc2v3.9.0rc2
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 80124ed..bed77a6 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_GAMMA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.9.0rc1+" +#define PY_VERSION "3.9.0rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |