diff options
author | Thomas Wouters <thomas@python.org> | 2024-10-07 04:58:58 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2024-10-07 05:02:14 (GMT) |
commit | 60403a5409ff2c3f3b07dd2ca91a7a3e096839c7 (patch) | |
tree | ed4b2f783624aede5e79a73a2375d2db521fbf72 /Include | |
parent | 8c80a26078c304a31f6fc61271b437a5cd495411 (diff) | |
download | cpython-3.13.0.zip cpython-3.13.0.tar.gz cpython-3.13.0.tar.bz2 |
Python 3.13.0v3.13.0
Diffstat (limited to 'Include')
-rw-r--r-- | Include/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Include/patchlevel.h b/Include/patchlevel.h index 22bb119..2f13bb9 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -19,11 +19,11 @@ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 13 #define PY_MICRO_VERSION 0 -#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_GAMMA -#define PY_RELEASE_SERIAL 3 +#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL +#define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.13.0rc3+" +#define PY_VERSION "3.13.0" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |