diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-11-21 10:29:45 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-11-21 10:29:45 +0000 |
commit | 93db975fa459f7c5b535694e713b40d5c0b56fd9 (patch) | |
tree | 236d145162f092e6b2c0035e86b9cbc724200aca /src/version.c | |
parent | 9a51c6e35df63eae7205df9b7c22cfc59e810110 (diff) | |
download | vim-93db975fa459f7c5b535694e713b40d5c0b56fd9.zip |
updated for version 7.0-165
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 0c2dd6de8..eb55641f1 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 */ /**/ + 165, +/**/ 164, /**/ 163, |