commit | 780c3e9b043dac4cbbe1ac900022ea891f7e2a3f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 20:53:28 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 11 20:53:28 2013 +0200 |
tree | 052c2460a3fa35026f249d38ea48181fb7518793 | |
parent | 3c7ad013fbe9a2ff58e2b5e65c710397e3a0f25c [diff] [blame] |
updated for version 7.3.1168 Problem: Python "sane" configure checks give a warning message. Solution: Use single quotes intead of escaped double quotes. (Ben Fritz)
diff --git a/src/version.c b/src/version.c index 428843f..8c64fd7 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1168, +/**/ 1167, /**/ 1166,