diff src/version.c @ 6811:cc3f3d35c549 v7.4.727

patch 7.4.727 Problem: Cannot build GvimExt with MingW. Solution: Add -lgdi32. (KF Leong)
author Bram Moolenaar <bram@vim.org>
date Wed, 06 May 2015 06:51:50 +0200
parents 932370264f0f
children ea0468670fbe
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -742,6 +742,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    727,
+/**/
     726,
 /**/
     725,