commit | b96c69d80e626f1f06ed8646c679968af1a1d923 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 29 20:04:09 2014 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 29 20:04:09 2014 +0200 |
tree | 77b65757ad39723f2c089bb1e9d8de4a5e2ae445 | |
parent | e512c8c049c2e5768c0ea86531093224e2919955 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 06b9494..3b8fb52 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 273, +/**/ 272, /**/ 271,