diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-08-08 17:53:03 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-08-08 17:53:03 +0000 |
commit | c4c25bfd121c98ac2031507d692489226aa12293 (patch) | |
tree | 1661996737d1ec82b9492b013b04111bc491e75d /src | |
parent | 7085ee750e8b2936e2880e9eacda01264dcda0c2 (diff) | |
download | vim-git-c4c25bfd121c98ac2031507d692489226aa12293.tar.gz |
updated for version 7.0-048v7.0.048
Diffstat (limited to 'src')
-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 f57cdc7bb..e2c8c3929 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 */ /**/ + 48, +/**/ 47, /**/ 46, |