diff options
| author | Thomas Wouters <thomas@python.org> | 2024-03-12 23:46:17 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-03-12 23:46:17 (GMT) |
| commit | 128fbdf97b64901fdc45db19c10f2c71351d41e8 (patch) | |
| tree | 1b2a94e07f436814629ae7c03dc06e8758a90ba8 /Include/patchlevel.h | |
| parent | 076d169ebbe59f7035eaa28d33d517bcb375f342 (diff) | |
| download | cpython-128fbdf97b64901fdc45db19c10f2c71351d41e8.zip cpython-128fbdf97b64901fdc45db19c10f2c71351d41e8.tar.gz cpython-128fbdf97b64901fdc45db19c10f2c71351d41e8.tar.bz2 | |
Post 3.13.0a5
Diffstat (limited to 'Include/patchlevel.h')
| -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 ea22ad2..942922b 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 5 /* Version as a string */ -#define PY_VERSION "3.13.0a5" +#define PY_VERSION "3.13.0a5+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
