diff options
| author | Thomas Wouters <thomas@python.org> | 2024-02-15 20:52:49 (GMT) |
|---|---|---|
| committer | Thomas Wouters <thomas@python.org> | 2024-02-15 20:52:49 (GMT) |
| commit | c08c0679055d96c0397cf128bf7cc8134538b36a (patch) | |
| tree | 66c19a7e66470741c8d50ab8b9c99b4bb407e9c5 | |
| parent | 9d34f60783b726de5bb0352d0efb1cbd23a4ac89 (diff) | |
| download | cpython-c08c0679055d96c0397cf128bf7cc8134538b36a.zip cpython-c08c0679055d96c0397cf128bf7cc8134538b36a.tar.gz cpython-c08c0679055d96c0397cf128bf7cc8134538b36a.tar.bz2 | |
Post 3.13.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 2da8da9..ae2d22f 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.13.0a4" +#define PY_VERSION "3.13.0a4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |
