diff options
author | Ned Deily <nad@python.org> | 2022-03-16 09:27:21 -0400 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2022-03-16 09:27:21 -0400 |
commit | 000593c0f97ac9b75b56064a957b84a3aaa60674 (patch) | |
tree | 2e4c6b6ad4785dc775da5a18ba294f53ef578717 /Include/patchlevel.h | |
parent | 4a1d65fe8528c3a6e0cf2f4f9d4b58249164589d (diff) | |
download | cpython-git-3.7.13.tar.gz |
3.7.13v3.7.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 dc9c74cc66..a57783501e 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -18,12 +18,12 @@ /*--start constants--*/ #define PY_MAJOR_VERSION 3 #define PY_MINOR_VERSION 7 -#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.7.12+" +#define PY_VERSION "3.7.13" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |