diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-12-09 11:13:06 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-12-09 11:13:06 +0000 |
commit | 67a060e9adaeed3d80822c86c8188c314762ef88 (patch) | |
tree | 7bd5d9c2e170752a546c5147f125cdbe87af6c49 /src/version.c | |
parent | 42ba12662e14a621aa36fc3d5d851af60116c970 (diff) | |
download | vim-67a060e9adaeed3d80822c86c8188c314762ef88.zip |
updated for version 7.2-068
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 6449e19eb..1788511c4 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 */ /**/ + 68, +/**/ 67, /**/ 66, |