commit | e639eb44e9ca063f682f064095aa98fc781f5df1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 18:03:29 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 12 18:03:29 2014 +0200 |
tree | e743fcd6d235b940df364569ca65943354ecccc4 | |
parent | 0e6c5ef7ef4f4a1eb16b5eebc97e3bf139d6276a [diff] [blame] |
updated for version 7.4.322 Problem: Using "msgfmt" is hard coded, cannot use "gmsgfmt". Solution: Use the msgfmt command found by configure. (Danek Duvall)
diff --git a/src/version.c b/src/version.c index a876bf8..5556ed7 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 322, +/**/ 321, /**/ 320,