diff options
author | Thomas Wouters <thomas@python.org> | 2023-06-06 14:12:06 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2023-06-06 14:16:21 (GMT) |
commit | e6c0efa25a47488f400093fc556c03e83567aed8 (patch) | |
tree | ac1d12beb01ed7c68035e7dc7f598b547d118275 /Include/patchlevel.h | |
parent | 2d9ead219e940d3fd717cdb0841cfe8a97efe554 (diff) | |
download | cpython-e6c0efa25a47488f400093fc556c03e83567aed8.zip cpython-e6c0efa25a47488f400093fc556c03e83567aed8.tar.gz cpython-e6c0efa25a47488f400093fc556c03e83567aed8.tar.bz2 |
Python 3.12.0b2v3.12.0b2
Diffstat (limited to 'Include/patchlevel.h')
-rw-r--r-- | Include/patchlevel.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index d71bef9..2d1cfc4 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -20,10 +20,10 @@ #define PY_MINOR_VERSION 12 #define PY_MICRO_VERSION 0 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA -#define PY_RELEASE_SERIAL 1 +#define PY_RELEASE_SERIAL 2 /* Version as a string */ -#define PY_VERSION "3.12.0b1+" +#define PY_VERSION "3.12.0b2" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |