diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2021-08-02 20:06:40 +0100 |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2021-08-02 20:53:59 +0100 |
commit | cc115e5bf66abe909964be5880c96194d9424df9 (patch) | |
tree | 8b2e115570a1725323712e1c8de486a928ef170f /Include/patchlevel.h | |
parent | 567176249ea95c074eb80199aaf19f3a55aa3954 (diff) | |
download | cpython-git-cc115e5bf66abe909964be5880c96194d9424df9.tar.gz |
Python 3.10.0rc1v3.10.0rc1
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 93f78fced6..cc7750b8f0 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 10 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 4 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA +#define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.10.0b4+" +#define PY_VERSION "3.10.0rc1" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |