diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-02-13 17:36:06 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-02-13 17:36:06 +0000 |
commit | f2f70252d1d232e85008852a5331351ed0426b49 (patch) | |
tree | f357a928da93fe2a2701bfba6e5d2ebf5af542c3 /src/version.c | |
parent | e3300c8887bf78f056c44b6f0c55008182f4e2d4 (diff) | |
download | vim-f2f70252d1d232e85008852a5331351ed0426b49.zip |
updated for version 7.1-250
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 3d222f2a3..979bb4012 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 */ /**/ + 250, +/**/ 249, /**/ 248, |