diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2023-08-24 12:45:33 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2023-08-24 12:46:25 (GMT) |
commit | 49965601d6afedafe47cc85556d99b7a24981051 (patch) | |
tree | 69e8727ba4d8c531cf1b2a316142df2db9fb6c51 /Include/patchlevel.h | |
parent | e96bddf8221d030d0ef609d62da2d364a4d0341e (diff) | |
download | cpython-3.10.13.zip cpython-3.10.13.tar.gz cpython-3.10.13.tar.bz2 |
Python 3.10.13v3.10.13
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 cb727a8..a4c3636 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 10 -#define PY_MICRO_VERSION 12 +#define PY_MICRO_VERSION 13 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.10.12+" +#define PY_VERSION "3.10.13" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |