diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2022-01-13 19:36:27 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2022-01-13 19:38:15 (GMT) |
commit | 9471106fd5b47418ffd2f90c6b729f58698f573e (patch) | |
tree | 8b14db8b8c623e6c367e24d58026a7c687cbdbe0 /Include | |
parent | 1a4d1c1c9b08e75e88aeac90901920938f649832 (diff) | |
download | cpython-9471106fd5b47418ffd2f90c6b729f58698f573e.zip cpython-9471106fd5b47418ffd2f90c6b729f58698f573e.tar.gz cpython-9471106fd5b47418ffd2f90c6b729f58698f573e.tar.bz2 |
Python 3.11.0a4v3.11.0a4
Diffstat (limited to 'Include')
-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 70205db..c7da348 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_ALPHA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.11.0a3+" +#define PY_VERSION "3.11.0a4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |