diff options
author | Thomas Wouters <thomas@python.org> | 2024-05-08 14:53:50 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-05-08 14:53:50 (GMT) |
commit | c844b1437da6d37db54f7d3b793e4120b1e5c73b (patch) | |
tree | d25d64f021e8274f95a133ae14d9537399c695dd /Include | |
parent | 2268289a47c6e3c9a220b53697f9480ec390466f (diff) | |
download | cpython-c844b1437da6d37db54f7d3b793e4120b1e5c73b.zip cpython-c844b1437da6d37db54f7d3b793e4120b1e5c73b.tar.gz cpython-c844b1437da6d37db54f7d3b793e4120b1e5c73b.tar.bz2 |
Post 3.13.0b1
Diffstat (limited to 'Include')
-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 179c9f5..6de3e78 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 1 /* Version as a string */ -#define PY_VERSION "3.13.0b1" +#define PY_VERSION "3.13.0b1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |