diff options
author | Thomas Wouters <thomas@python.org> | 2024-04-09 18:40:50 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-04-09 18:40:50 (GMT) |
commit | 54084e2fe405d2c0894fff6e5c3432c85f46f75e (patch) | |
tree | 09ea2f9bc3578264ae53cd95ff123f2ab0d5d557 | |
parent | 57aee2a02ce38be30cf6c310245547cf56562ab6 (diff) | |
download | cpython-54084e2fe405d2c0894fff6e5c3432c85f46f75e.zip cpython-54084e2fe405d2c0894fff6e5c3432c85f46f75e.tar.gz cpython-54084e2fe405d2c0894fff6e5c3432c85f46f75e.tar.bz2 |
Post 3.13.0a6
-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 c14b181..35c595d 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 6 /* Version as a string */ -#define PY_VERSION "3.13.0a6" +#define PY_VERSION "3.13.0a6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |