commit | 42d57f0017ea0f78283639590264091bd01373d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 12:47:00 2010 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Mar 10 12:47:00 2010 +0100 |
tree | 9d0d6bbfb33e9c7a1bc84f5b304c908a04139150 | |
parent | 42624592cb9bd244cb92ae07d06e84ae1ff88c34 [diff] [blame] |
updated for version 7.2.387 Problem: Ruby with MingW still doesn't build all versions. Solution: More #ifdefs for the Ruby code. (Sergey Khorev)
diff --git a/src/version.c b/src/version.c index 46014e2..9d48925 100644 --- a/src/version.c +++ b/src/version.c
@@ -682,6 +682,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 387, +/**/ 386, /**/ 385,