diff options
author | Thomas Wouters <thomas@python.org> | 2023-09-19 11:02:42 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-09-19 11:02:42 (GMT) |
commit | 4a0c118d6a4080efc538802f70ee79ce5c046e72 (patch) | |
tree | 37b376f8473d9785bb5b5f0d06091139a2caef2b | |
parent | b973ab3c3b333976d375c0cd4129cc3377769ea8 (diff) | |
download | cpython-4a0c118d6a4080efc538802f70ee79ce5c046e72.zip cpython-4a0c118d6a4080efc538802f70ee79ce5c046e72.tar.gz cpython-4a0c118d6a4080efc538802f70ee79ce5c046e72.tar.bz2 |
Post 3.12.0rc3
-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 0977888..d962d24 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 3 /* Version as a string */ -#define PY_VERSION "3.12.0rc3" +#define PY_VERSION "3.12.0rc3+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |