diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-03-07 18:18:09 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-03-07 18:18:09 (GMT) |
commit | c7c4f8e27fc3faa704d184e0623836a5de1efa50 (patch) | |
tree | 919408bb28c396f784d25a71a6c308e817a2a742 /Include | |
parent | 3ddfa55df48a67a5972feac32eaeb85effeda8e3 (diff) | |
download | cpython-c7c4f8e27fc3faa704d184e0623836a5de1efa50.zip cpython-c7c4f8e27fc3faa704d184e0623836a5de1efa50.tar.gz cpython-c7c4f8e27fc3faa704d184e0623836a5de1efa50.tar.bz2 |
Post 3.11.0a6
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 5668fc0..fae787d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 6 /* Version as a string */ -#define PY_VERSION "3.11.0a6" +#define PY_VERSION "3.11.0a6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |