diff options
author | Thomas Wouters <thomas@python.org> | 2023-05-22 19:11:08 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-05-22 19:11:08 (GMT) |
commit | c2b127ed3ab44d404c502bd2f8f279253fd081e6 (patch) | |
tree | f6e8523386d7a6726fc31995dcfc563ddd8dd7cf /Include | |
parent | 5612078f68e9688fbf3b1d8565abc79b77501000 (diff) | |
download | cpython-c2b127ed3ab44d404c502bd2f8f279253fd081e6.zip cpython-c2b127ed3ab44d404c502bd2f8f279253fd081e6.tar.gz cpython-c2b127ed3ab44d404c502bd2f8f279253fd081e6.tar.bz2 |
Post 3.12.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 3de9ed9..d71bef9 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.12.0b1" +#define PY_VERSION "3.12.0b1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |