diff src/version.c @ 7530:5d1b5fd708c6 v7.4.1066

commit https://github.com/vim/vim/commit/64496ffc9cfb0eb6f2074f22809de2b420b5f300 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 9 15:08:03 2016 +0100 patch 7.4.1066 Problem: Build fails on MS-Windows. Solution: Adjust the #ifdefs for "dll" options.
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 15:15:03 +0100
parents 53163e4d9e4f
children 0acbe61244ac
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 */
 /**/
+    1066,
+/**/
     1065,
 /**/
     1064,