diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-07-08 15:15:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-07-08 15:15:08 +0000 |
commit | b316376b4893ac3ae62f7f33c483b28b7fc147c0 (patch) | |
tree | e05415db492337bf479ac89635a33e648f6d96c3 /src/version.c | |
parent | c93e791042297f4e48c0ae0c61e0ad6c9434c032 (diff) | |
download | vim-git-b316376b4893ac3ae62f7f33c483b28b7fc147c0.tar.gz |
updated for version 7.2a-019v7.2a.019
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 ec51a6cce..d44083afb 100644 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 19, +/**/ 18, /**/ 17, |