diff options
author | Bram Moolenaar <Bram@vim.org> | 2008-06-20 15:31:51 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2008-06-20 15:31:51 +0000 |
commit | 9ecd023206aaba048190457207516eec8d4fe084 (patch) | |
tree | 0f00691e34a19fb6983812be3806cd3625991650 /src/version.c | |
parent | 98385dc0274f8885780e96db28e49a1c0a8f0ea7 (diff) | |
download | vim-9ecd023206aaba048190457207516eec8d4fe084.zip |
updated for version 7.1-322
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 dc2d995d2..c8d4958cd 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 */ /**/ + 322, +/**/ 321, /**/ 320, |