diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-02-04 16:50:47 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-02-04 16:50:47 +0000 |
commit | 73881403a24c0be9d5239649338c010ca427b4b5 (patch) | |
tree | 59b6658de8afc9edc0c30ab7b9b51e72a4dc0632 /src/version.c | |
parent | faff14ae031c3f6a7f8c9aa47d9890bec4e3753d (diff) | |
download | vim-73881403a24c0be9d5239649338c010ca427b4b5.zip |
updated for version 7.2-100
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 8a7c1da78..6676f4ab3 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 */ /**/ + 100, +/**/ 99, /**/ 98, |