diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-01-14 21:20:41 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-01-14 21:20:41 (GMT) |
commit | 01d4fe09763a6e55e38d338bf45e8c35e32a3581 (patch) | |
tree | fba6bebdbe8e3d92012458905c62cb0350ecf99d | |
parent | 9471106fd5b47418ffd2f90c6b729f58698f573e (diff) | |
download | cpython-01d4fe09763a6e55e38d338bf45e8c35e32a3581.zip cpython-01d4fe09763a6e55e38d338bf45e8c35e32a3581.tar.gz cpython-01d4fe09763a6e55e38d338bf45e8c35e32a3581.tar.bz2 |
Post 3.11.0a4
-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 c7da348..1715d53 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.11.0a4" +#define PY_VERSION "3.11.0a4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |