diff src/version.c @ 7631:ad3e9ea845e7 v7.4.1115

commit https://github.com/vim/vim/commit/d0232917ced39ff4838665fbcf379d5116a91aa3 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jan 17 16:15:32 2016 +0100 patch 7.4.1115 Problem: MS-Windows: make clean in testdir doesn't clean everything. Solution: Add command to delete X* directories. (Ken Takata)
author Christian Brabandt <cb@256bit.org>
date Sun, 17 Jan 2016 16:30:04 +0100
parents befbed72da87
children 2a280b8e7040
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 */
 /**/
+    1115,
+/**/
     1114,
 /**/
     1113,