diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-09-12 10:54:49 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-10-22 19:04:32 (GMT) |
commit | b0925211f405f6aa353e9e8fd748dca773b9b8aa (patch) | |
tree | 5b560e6f41d0d87eff1d8473b8fd56dcef5a7342 /Include | |
parent | ed7c3ff15680c1939fad468a238a5945dc25c5fd (diff) | |
download | cpython-b0925211f405f6aa353e9e8fd748dca773b9b8aa.zip cpython-b0925211f405f6aa353e9e8fd748dca773b9b8aa.tar.gz cpython-b0925211f405f6aa353e9e8fd748dca773b9b8aa.tar.bz2 |
Post 3.11.0rc2
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index f727dc2..a54a2ce 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.11.0rc2" +#define PY_VERSION "3.11.0rc2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |