diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-27 18:58:11 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-27 18:58:11 +0000 |
commit | 4a630f6fc42e06f778da73d1a6ac3e1cb1ce6f20 (patch) | |
tree | 2f91763dcc7fad12f90f039f5e0529e2a7a12ba3 /src | |
parent | b23a7e84638354dd99f9a22c99d8a537b5b70635 (diff) | |
download | vim-git-4a630f6fc42e06f778da73d1a6ac3e1cb1ce6f20.tar.gz |
updated for version 7.2a-004v7.2a.004
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 61adb887b..18881a73c 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 */ /**/ + 4, +/**/ 3, /**/ 2, |