diff options
author | Thomas Wouters <thomas@python.org> | 2023-06-06 19:46:44 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-06-06 19:46:44 (GMT) |
commit | 9824a28a76af4e17496443a87f341d108eb0ebbe (patch) | |
tree | 73463afaeed2bcbe5f668b9d41c56e63d7ec213a /Include | |
parent | e6c0efa25a47488f400093fc556c03e83567aed8 (diff) | |
download | cpython-9824a28a76af4e17496443a87f341d108eb0ebbe.zip cpython-9824a28a76af4e17496443a87f341d108eb0ebbe.tar.gz cpython-9824a28a76af4e17496443a87f341d108eb0ebbe.tar.bz2 |
Post 3.12.0b2
Diffstat (limited to 'Include')
-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 2d1cfc4..a6d20e4 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.0b2" +#define PY_VERSION "3.12.0b2+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |