diff src/version.c @ 5962:fd96c55d683d v7.4.322

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)
author Bram Moolenaar <bram@vim.org>
date Thu, 12 Jun 2014 18:03:29 +0200
parents c052937aae8c
children 238f5027830c
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    322,
+/**/
     321,
 /**/
     320,