diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-10-17 13:16:39 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-10-17 13:16:39 +0000 |
commit | 8b402a0a8700593f05b34c8219bd2c1f6eabb466 (patch) | |
tree | 51c18a79858dede1e12587bda15f1a25de176923 /src/version.c | |
parent | bc444827c29f52be91d0622be62ce2ca9627f937 (diff) | |
download | vim-git-8b402a0a8700593f05b34c8219bd2c1f6eabb466.tar.gz |
updated for version 7.0-140v7.0.140
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 52eb65cd7..eae093602 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 */ /**/ + 140, +/**/ 139, /**/ 138, |