diff options
author | Bram Moolenaar <Bram@vim.org> | 2013-02-13 17:06:11 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2013-02-13 17:06:11 +0100 |
commit | c2149ea7cd782588563f235e2d1315eaa353ab7b (patch) | |
tree | a0d7626a524d3825faaeac75096cd8396331580d /src/version.c | |
parent | ffeedec023a47a71fe361c4f0cdbee1649ca8c5f (diff) | |
download | vim-c2149ea7cd782588563f235e2d1315eaa353ab7b.zip |
updated for version 7.3.815
Problem: Building with Cygwin and Ruby doesn't work.
Solution: Copy some things from the MingW build file. (Ken Takata)
Diffstat (limited to 'src/version.c')
-rw-r--r-- | src/version.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c index 2350ecd17..5a9f65d18 100644 --- a/src/version.c +++ b/src/version.c @@ -726,6 +726,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 815, +/**/ 814, /**/ 813, |