commit | 86ce1cc086449a39c48e1672b0f6053f07301429 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 22:05:22 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Feb 26 22:05:22 2010 +0100 |
tree | b25c424d1b423dec903b0459d35be8b4387d0266 | |
parent | 72b73c12dc28e03a195f932c9f99bccfce92506a [diff] [blame] |
updated for version 7.2.377 Problem: Misplaced assignment. Duplicate build line for gvimext.dll. Solution: Move setting CROSS_COMPILE to before ifneq. Remove the wrong build line. (Markus Heidelberg)
diff --git a/src/version.c b/src/version.c index 1eff44f..90096ac 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 377, +/**/ 376, /**/ 375,