diff src/version.c @ 5582:6eb60041548c v7.4.138

updated for version 7.4.138 Problem: Directory change messages are not recognized. Solution: Fix using a character range literally. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Fri, 10 Jan 2014 15:32:21 +0100
parents 6fdb1d6646b6
children c8c80c9d2e22
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    138,
+/**/
     137,
 /**/
     136,