diff options
| author | Thomas Wouters <thomas@python.org> | 2024-07-18 09:35:42 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-07-18 09:41:38 (GMT) |
| commit | 567c38b4eba2e652d4474eed50cb398588245742 (patch) | |
| tree | a2b6003a4ace4d1523dd78a5b0a00ae89f04beb8 /Include/patchlevel.h | |
| parent | afa5321c6c7cbb28cc1f4100ca3213669a01389d (diff) | |
| download | cpython-3.13.0b4.zip cpython-3.13.0b4.tar.gz cpython-3.13.0b4.tar.bz2 | |
Python 3.13.0b4v3.13.0b4
Diffstat (limited to 'Include/patchlevel.h')
| -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 d8eb250..92ed362 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 13 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_SERIAL 4 /* Version as a string */ -#define PY_VERSION "3.13.0b3+" +#define PY_VERSION "3.13.0b4" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
