diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-10-12 19:14:26 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-10-12 19:14:26 +0000 |
commit | c67764a7053fd2b4fe9c7016fb89cf81691edbe4 (patch) | |
tree | 2ca53f371454974840e9b54a93a9dc0fc83c0e23 /src/version.c | |
parent | 2cc93184012d58475cb1a6236ec70174aaedc2f0 (diff) | |
download | vim-git-7.0.132.tar.gz |
updated for version 7.0-132v7.0.132
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 6703e7984..b8be64aaa 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 */ /**/ + 132, +/**/ 131, /**/ 130, |