diff options
author | Thomas Wouters <thomas@python.org> | 2022-10-25 04:17:18 +0200 |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2022-10-25 04:17:18 +0200 |
commit | 286549b7cc8f3610014c3db204a693b4e219ef46 (patch) | |
tree | 04a64a066d0585d3d984aab3e532a1279a0dadb4 /Include/patchlevel.h | |
parent | 4ae1a0ecaffe4320fe9774fad1f395f732c17959 (diff) | |
download | cpython-286549b7cc8f3610014c3db204a693b4e219ef46.tar.gz cpython-286549b7cc8f3610014c3db204a693b4e219ef46.zip |
Post 3.12.0a1
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 1d72b74dd23..6827225c191 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.0a1" +#define PY_VERSION "3.12.0a1+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |