diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-04-05 20:10:38 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-04-05 20:10:38 (GMT) |
commit | a96dfbdc3eff48d23acd6f2efc9b473ba26e8999 (patch) | |
tree | 941d6bedb32604582d1619dac4e68cafff5662b7 | |
parent | 2e49bd06c5ffab7d154042da4b5bcd5ae6e4220b (diff) | |
download | cpython-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.zip cpython-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.tar.gz cpython-a96dfbdc3eff48d23acd6f2efc9b473ba26e8999.tar.bz2 |
Post 3.11.0a7
-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 9850a11..5a6f5ff 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 7 /* Version as a string */ -#define PY_VERSION "3.11.0a7" +#define PY_VERSION "3.11.0a7+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |