diff src/version.c @ 4067:386fc822dd00 v7.3.788

updated for version 7.3.788 Problem: When only using patches build fails on missing nl.po. Solution: Create an empty nl.po file.
author Bram Moolenaar <bram@vim.org>
date Wed, 30 Jan 2013 12:50:56 +0100
parents e1b98967a985
children 43c15135926f
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -726,6 +726,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    788,
+/**/
     787,
 /**/
     786,