commit | f75125528325b396556eee58e4b2cb9622da4f14 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:55:19 2013 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jun 06 14:55:19 2013 +0200 |
tree | bdd7760592a6a1ac42ae259aa746054830399165 | |
parent | 8a7f5a2d4379bdc16502c01456bb4dc5051ed965 [diff] [blame] |
updated for version 7.3.1130 Problem: Can't build with anything but huge features. Solution: Check for FEAT_PROFILE. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index a16cfa1..ec88b8d 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1130, +/**/ 1129, /**/ 1128,