diff src/version.c @ 5932:06c10522d321 v7.4.307

updated for version 7.4.307 Problem: Can't build without the +termresponse feature. Solution: Add proper #ifdefs.
author Bram Moolenaar <bram@vim.org>
date Thu, 22 May 2014 21:22:19 +0200
parents 05e1d8afcc5e
children e3d2b8d83bb3
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 */
 /**/
+    307,
+/**/
     306,
 /**/
     305,