commit | b5e79ef5a9e85f5bb70eb4cc6e12cbeec2a820ca | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Sep 15 12:40:53 2017 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Sep 15 12:40:53 2017 +0200 |
tree | 6fffdafdc228f7a2224b718e542976d39308ae9c | |
parent | e8ff56b28ed67bff4ee1dbe7b4bd620c1c04a535 [diff] [blame] |
patch 8.0.1111: syntax error in configure when using Perl Problem: Syntax error in configure when using Perl. Solution: Add missing quote
diff --git a/src/version.c b/src/version.c index fe7a30c..8546911 100644 --- a/src/version.c +++ b/src/version.c
@@ -770,6 +770,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1111, +/**/ 1110, /**/ 1109,