diff src/version.c @ 5602:8507bf8874d8 v7.4.148

updated for version 7.4.148 Problem: Cannot build with Cygwin and X11. Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
author Bram Moolenaar <bram@vim.org>
date Tue, 14 Jan 2014 13:26:21 +0100
parents d289f2167d70
children b43363a7b4c7
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 */
 /**/
+    148,
+/**/
     147,
 /**/
     146,