https://github.com/python/cpython/commit/86816ecb98857739ce32acc770b526b6641d5042 commit: 86816ecb98857739ce32acc770b526b6641d5042 branch: 3.6 author: Ned Deily <nad at python.org> committer: Ned Deily <nad at python.org> date: 2017年12月19日T02:56:06-05:00 summary: 3.6.4+ files: M Include/patchlevel.h diff --git a/Include/patchlevel.h b/Include/patchlevel.h index e909bb240b8..28f3691d886 100644 --- a/Include/patchlevel.h +++ b/Include/patchlevel.h @@ -23,7 +23,7 @@ #define PY_RELEASE_SERIAL 0 /* Version as a string */ -#define PY_VERSION "3.6.4" +#define PY_VERSION "3.6.4+" /*--end constants--*/ /* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.