diff options
author | Thomas Wouters <thomas@python.org> | 2023-08-06 12:50:13 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-08-06 12:50:13 (GMT) |
commit | 4edff44e7de383e107bcb0094e09482e50ac5779 (patch) | |
tree | 43580a52aef63d185e8e784c273932deeea6cbdb | |
parent | 63bcd91daccc7c873d57e21406d038f8216b6ddf (diff) | |
download | cpython-4edff44e7de383e107bcb0094e09482e50ac5779.zip cpython-4edff44e7de383e107bcb0094e09482e50ac5779.tar.gz cpython-4edff44e7de383e107bcb0094e09482e50ac5779.tar.bz2 |
Post 3.12.0rc1
-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 51e0e9b..29a87c5 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.0rc1" +#define PY_VERSION "3.12.0rc1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |