diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-06-19 15:31:05 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-06-19 15:31:05 +0000 |
commit | 884aa898d498e475abbaa8236865add20a696e29 (patch) | |
tree | 310ab6c5d8b8386ac8be1111a6298a02295ed2a2 /src/version.c | |
parent | d827ada01c256fb5e952d799a5b31bdf6f32d1d9 (diff) | |
download | vim-884aa898d498e475abbaa8236865add20a696e29.zip |
updated for version 7.1-008
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 8c14146cd..5676bcdf8 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 */ /**/ + 8, +/**/ 7, /**/ 6, |