diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-04-26 14:09:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-04-26 14:09:42 +0000 |
commit | 053b9fa9c2eea6b48fb7ef1dfffc7639b98458d7 (patch) | |
tree | 4c047a7fce234982f3d83ceca2570cae71605bd7 /src/version.c | |
parent | 97006f1ce8671abb0e13f410f750270abaa199e8 (diff) | |
download | vim-053b9fa9c2eea6b48fb7ef1dfffc7639b98458d7.zip |
updated for version 7.0-227
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 f19fbbaaf..dc85d40a6 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 */ /**/ + 227, +/**/ 226, /**/ 225, |