diff options
author | Ned Deily <nad@python.org> | 2021-02-15 20:29:22 -0500 |
---|---|---|
committer | Ned Deily <nad@python.org> | 2021-02-15 20:29:22 -0500 |
commit | 9b2dd1fc6c9913dbeee623e724b6baa598038f97 (patch) | |
tree | c4b4019f30d7d61de7e0cf9523badb37910eb8cf /Include/patchlevel.h | |
parent | b61b20dba554a74a2f9f0936b16dd669f93a561c (diff) | |
download | cpython-git-3.7.10.tar.gz |
3.7.10v3.7.10
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 44b2a348b3..059ab2b977 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 9 +#define PY_MICRO_VERSION 10 #define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.7.9+" +#define PY_VERSION "3.7.10" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2. |