diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-04-09 10:16:02 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-04-09 10:16:02 +0000 |
commit | 34cbfdf8f8e6b48c84bee38c9a804d9623ff8688 (patch) | |
tree | 7625693840a36a737a6409a4a91b90b05fb2c51e /src/version.c | |
parent | 91519e4d6b5f6c4c58cff8b0cef6427a226feaec (diff) | |
download | vim-34cbfdf8f8e6b48c84bee38c9a804d9623ff8688.zip |
updated for version 7.1-292
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 ee03f3c83..671c4bb9f 100644 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 292, +/**/ 291, /**/ 290, |