diff src/version.c @ 7200:bc951043f655 v7.4.909

commit https://github.com/vim/vim/commit/de59ba33aa3b94f2757dbf3451682d762c15ebcf Author: Bram Moolenaar <Bram@vim.org> Date: Tue Nov 3 22:03:16 2015 +0100 patch 7.4.909 Problem: "make install" fails. Solution: Only try installing desktop files if the destination directory exists.
author Christian Brabandt <cb@256bit.org>
date Tue, 03 Nov 2015 22:15:04 +0100
parents b58e16f9119e
children de43f10a3850
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 */
 /**/
+    909,
+/**/
     908,
 /**/
     907,