diff options
author | Thomas Wouters <thomas@python.org> | 2022-11-15 12:36:51 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-11-15 12:36:51 (GMT) |
commit | bd58b89654a98cbfb92a6e054ac285bd32cdf58f (patch) | |
tree | 828e3a298aa32d22c403a1cf1c8b415086dc1b3c | |
parent | 3b9d793efcfd2c00c14ffbeab1a3389bf3b095ff (diff) | |
download | cpython-bd58b89654a98cbfb92a6e054ac285bd32cdf58f.zip cpython-bd58b89654a98cbfb92a6e054ac285bd32cdf58f.tar.gz cpython-bd58b89654a98cbfb92a6e054ac285bd32cdf58f.tar.bz2 |
Post 3.12.0a2
-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 ddc6fd0..a16b8d7 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.12.0a2" +#define PY_VERSION "3.12.0a2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |