diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-09-11 19:21:50 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-09-11 19:23:30 (GMT) |
commit | ed7c3ff15680c1939fad468a238a5945dc25c5fd (patch) | |
tree | ea844e2e045aa7b070ac36efc518e9f837af9c1f /Include/patchlevel.h | |
parent | 335bd1ee8be187b464ef797745d42f9a974bc970 (diff) | |
download | cpython-3.11.0rc2.zip cpython-3.11.0rc2.tar.gz cpython-3.11.0rc2.tar.bz2 |
Python 3.11.0rc2v3.11.0rc2
Diffstat (limited to 'Include/patchlevel.h')
-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 1c01d33..f727dc2 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 11 #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.11.0rc1+" +#define PY_VERSION "3.11.0rc2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |