diff src/version.c @ 7555:5bbfac219f20 v7.4.1078

commit https://github.com/vim/vim/commit/d08a8d4a31ed10225aca6be7565220fa541c32ac Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 10 15:20:29 2016 +0100 patch 7.4.1078 Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
author Christian Brabandt <cb@256bit.org>
date Sun, 10 Jan 2016 15:30:04 +0100
parents f0205ac9818f
children 9a4c9dccd603
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 */
 /**/
+    1078,
+/**/
     1077,
 /**/
     1076,