commit | d04da7cb4afe77de05e4e08e7e86e504be6759e0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 03:41:59 2012 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Oct 14 03:41:59 2012 +0200 |
tree | ef6ab3ea578a21cf2b55a630ab6092ad7cd8656b | |
parent | 7bc4f93c07a1e8b17e7d91f814b9801bd611d569 [diff] [blame] |
updated for version 7.3.689 Problem: MzScheme and Lua may use a NULL string. Solution: Use an empty string instead of NULL. (Yukihiro Nakadaira)
diff --git a/src/version.c b/src/version.c index d512955..0ea098b 100644 --- a/src/version.c +++ b/src/version.c
@@ -720,6 +720,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 689, +/**/ 688, /**/ 687,