diff options
author | Thomas Wouters <thomas@python.org> | 2023-03-08 04:04:38 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-03-08 04:04:38 (GMT) |
commit | 02b9a921cb3e6308ad300ee9c398b24998220931 (patch) | |
tree | 0c785472bab4c3b2823f1ffb66235ddc3ce87b8e /Include/patchlevel.h | |
parent | f9774e57d84162ff0cba0b17a3dcdb93dfbce45e (diff) | |
download | cpython-02b9a921cb3e6308ad300ee9c398b24998220931.zip cpython-02b9a921cb3e6308ad300ee9c398b24998220931.tar.gz cpython-02b9a921cb3e6308ad300ee9c398b24998220931.tar.bz2 |
Post 3.12.0a6
Diffstat (limited to 'Include/patchlevel.h')
-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 fd16421..049cdfa 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 6 /* Version as a string */ -#define PY_VERSION "3.12.0a6" +#define PY_VERSION "3.12.0a6+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |