diff options
author | Thomas Wouters <thomas@python.org> | 2023-07-11 16:05:38 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-07-11 16:05:38 (GMT) |
commit | 1336bb667b4eb112afdc7d7f94a9022cfe64d3ec (patch) | |
tree | cb93a2dfeba2172c6569cb03dc45e6c87823eabb | |
parent | 97a6a418167f1c8bbb014fab813e440b88cf2221 (diff) | |
download | cpython-1336bb667b4eb112afdc7d7f94a9022cfe64d3ec.zip cpython-1336bb667b4eb112afdc7d7f94a9022cfe64d3ec.tar.gz cpython-1336bb667b4eb112afdc7d7f94a9022cfe64d3ec.tar.bz2 |
Post 3.12.0b4
-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 62d7e77..e3d7ef5 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.12.0b4" +#define PY_VERSION "3.12.0b4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |