diff src/version.c @ 5860:747afb6a6de4 v7.4.273

updated for version 7.4.273 Problem: "make autoconf" and "make reconfig" may first run configure and then remove the output. Solution: Add these targets to the exceptions. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Tue, 29 Apr 2014 20:04:09 +0200
parents 00228400629e
children 1ee3fc5b40ae
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 */
 /**/
+    273,
+/**/
     272,
 /**/
     271,