diff src/version.c @ 5917:1157079ca5f1 v7.4.300

updated for version 7.4.300 Problem: The way config.cache is removed doesn't always work. Solution: Always remove config.cache. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 14:54:26 +0200
parents daebf8ce6608
children 8cb42aa3c495
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    300,
+/**/
     299,
 /**/
     298,