diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-01-04 15:01:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-01-04 15:01:07 +0000 |
commit | 383c6f557991dc0fa9e8974f652bd5f6af3289b1 (patch) | |
tree | 6800ea0741fbe3c9fc30a13190e1f7c89199b764 /src/version.c | |
parent | 066b62206fdcdef8a878c17f2921a4cf558a0b75 (diff) | |
download | vim-git-383c6f557991dc0fa9e8974f652bd5f6af3289b1.tar.gz |
updated for version 7.1-200v7.1.200
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 42138ca9b..c8c8834f4 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 */ /**/ + 200, +/**/ 199, /**/ 198, |